Update pokemon.ts burn 12 -> 14

This commit is contained in:
damocleas 2025-08-17 20:28:51 -04:00 committed by GitHub
parent 30b1a059c2
commit 49b30f58ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4987,7 +4987,7 @@ export abstract class Pokemon extends Phaser.GameObjects.Container {
this.setFrameRate(0);
break;
case StatusEffect.BURN:
this.setFrameRate(12);
this.setFrameRate(14);
break;
case StatusEffect.FAINT:
break;