mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-18 22:32:32 +02:00
add space between iterator
This commit is contained in:
parent
3e2e740bd1
commit
23ab8f3129
@ -626,7 +626,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
||||
}
|
||||
|
||||
getStat(stat: Stat): integer {
|
||||
if (this.findTag(t=>t instanceof PowerTrickTag)) {
|
||||
if (this.findTag(t => t instanceof PowerTrickTag)) {
|
||||
switch (stat) {
|
||||
case Stat.ATK:
|
||||
return this.stats[Stat.DEF];
|
||||
|
Loading…
Reference in New Issue
Block a user