quick fix
This commit is contained in:
parent
a334e94886
commit
5e33b8a71f
|
@ -450,7 +450,7 @@ export default class PlayerController extends StateMachineAI implements BattlerA
|
||||||
this.hasBleed = true;
|
this.hasBleed = true;
|
||||||
break;
|
break;
|
||||||
case BuffType.BURN:
|
case BuffType.BURN:
|
||||||
this.hasBleed = true;
|
this.hasBurn = true;
|
||||||
break;
|
break;
|
||||||
case BuffType.POISON:
|
case BuffType.POISON:
|
||||||
this.hasPoison = true;
|
this.hasPoison = true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user