Skip to content

Commit

Permalink
Add Illusion end message
Browse files Browse the repository at this point in the history
  • Loading branch information
Marty-D committed Nov 16, 2015
1 parent 6ebaa3c commit 3d61b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions battle-engine.js
Expand Up @@ -3225,6 +3225,7 @@ Battle = (function () {
this.debug('illusion cleared');
target.illusion = null;
this.add('replace', target, target.getDetails);
this.add('-end', target, 'Illusion');
}
}
if (damage !== 0) damage = this.clampIntRange(damage, 1);
Expand Down

0 comments on commit 3d61b2a

Please sign in to comment.