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;
|
||||
break;
|
||||
case BuffType.BURN:
|
||||
this.hasBleed = true;
|
||||
this.hasBurn = true;
|
||||
break;
|
||||
case BuffType.POISON:
|
||||
this.hasPoison = true;
|
||||
|
|
Loading…
Reference in New Issue
Block a user