quick fix

This commit is contained in:
OfficialCHenry 2022-04-21 11:44:45 -04:00
parent a334e94886
commit 5e33b8a71f

View File

@ -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;