diff --git a/src/creature.ts b/src/creature.ts index 8a80f0309..8244d10ed 100644 --- a/src/creature.ts +++ b/src/creature.ts @@ -160,7 +160,7 @@ export class Creature { oldEnergy: number; remainingMove: number; abilities: Ability[]; - accumulatedTeleportRange: number = 0; + accumulatedTeleportRange: number = 0; // Only for Abolished's third ability for now creatureSprite: CreatureSprite;