mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 21:17:43 -05:00
Add Illusion end message
This commit is contained in:
parent
6ebaa3c058
commit
3d61b2a8a7
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user