Skip to content

Commit

Permalink
Added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Luffy117 authored Dec 10, 2024
1 parent 5a8af80 commit 1a271be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/creature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1a271be

Please sign in to comment.