From dd16017804000a44fd8d490ced56a2f5b5e59dac Mon Sep 17 00:00:00 2001 From: Spmario233 Date: Mon, 6 May 2024 23:22:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=86=E4=B8=BA=E9=80=A0?= =?UTF-8?q?=E6=88=90=E4=BC=A4=E5=AE=B3=E7=9A=84=E7=BB=93=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- noname/library/element/player.js | 1 + 1 file changed, 1 insertion(+) 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;