Skip to content

Commit

Permalink
Added some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Luffy117 authored Dec 10, 2024
1 parent 530d4b1 commit 5a8af80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,7 @@ export default class Game {
case 'ability': {
const args = $j.makeArray(o.args[1]);
const ability = this.activeCreature.abilities[o.id];
// If Abolished used Bonfire Spring, reset the range
if (ability.title === 'Bonfire Spring') {
this.activeCreature.accumulatedTeleportRange = 0;
}
Expand Down

0 comments on commit 5a8af80

Please sign in to comment.