mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-19 06:42:20 +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 {
|
getStat(stat: Stat): integer {
|
||||||
if (this.findTag(t=>t instanceof PowerTrickTag)) {
|
if (this.findTag(t => t instanceof PowerTrickTag)) {
|
||||||
switch (stat) {
|
switch (stat) {
|
||||||
case Stat.ATK:
|
case Stat.ATK:
|
||||||
return this.stats[Stat.DEF];
|
return this.stats[Stat.DEF];
|
||||||
|
Loading…
Reference in New Issue
Block a user