mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
Fixed comment
This commit is contained in:
parent
04d1cbfa24
commit
d274e14a5e
@ -1216,6 +1216,7 @@ export default abstract class Pokemon extends Phaser.GameObjects.Container {
|
|||||||
return 1.5;
|
return 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Rather than using -1 as a default... why don't we just change it to 1????????
|
||||||
if (this.customPokemonData.spriteScale <= 0) {
|
if (this.customPokemonData.spriteScale <= 0) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user