Add Illusion end message

This commit is contained in:
Marty-D 2015-11-15 20:35:10 -05:00
parent 6ebaa3c058
commit 3d61b2a8a7

View File

@ -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);