diff --git a/battle-engine.js b/battle-engine.js index 940f526850..5088e87915 100644 --- a/battle-engine.js +++ b/battle-engine.js @@ -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);