diff --git a/noname/library/element/player.js b/noname/library/element/player.js index 6869e2278..27f4d5ba7 100644 --- a/noname/library/element/player.js +++ b/noname/library/element/player.js @@ -5848,6 +5848,7 @@ export class Player extends HTMLDivElement { return get.is.sameNature(natures, naturesx); }; if (next.hasNature("poison")) delete next._triggered; + else if(next.unreal) next._triggered = 2; next.setContent("damage"); next.filterStop = function () { if (this.source && this.source.isDead()) delete this.source;