mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-21 06:49:35 +02:00
ESLint woes
This commit is contained in:
parent
196d665215
commit
1678a809f4
@ -3141,15 +3141,15 @@ export class OrderUpStatBoostAttr extends MoveEffectAttr {
|
|||||||
|
|
||||||
let increasedStat: EffectiveStat = Stat.ATK;
|
let increasedStat: EffectiveStat = Stat.ATK;
|
||||||
switch (commandedTag.tatsugiriFormKey) {
|
switch (commandedTag.tatsugiriFormKey) {
|
||||||
case "curly":
|
case "curly":
|
||||||
increasedStat = Stat.ATK;
|
increasedStat = Stat.ATK;
|
||||||
break;
|
break;
|
||||||
case "droopy":
|
case "droopy":
|
||||||
increasedStat = Stat.DEF;
|
increasedStat = Stat.DEF;
|
||||||
break;
|
break;
|
||||||
case "stretchy":
|
case "stretchy":
|
||||||
increasedStat = Stat.SPD;
|
increasedStat = Stat.SPD;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
user.scene.unshiftPhase(new StatStageChangePhase(user.scene, user.getBattlerIndex(), this.selfTarget, [ increasedStat ], 1));
|
user.scene.unshiftPhase(new StatStageChangePhase(user.scene, user.getBattlerIndex(), this.selfTarget, [ increasedStat ], 1));
|
||||||
|
Loading…
Reference in New Issue
Block a user