From a44545d611667036c16a4cb43dec9ad8f1f17467 Mon Sep 17 00:00:00 2001 From: ShakeFlower Date: Sat, 6 Sep 2025 22:24:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=A2=AB=E6=94=AF=E6=8F=B4=E7=9A=84?= =?UTF-8?q?=E6=80=AA=E4=B8=8D=E5=85=81=E8=AE=B8=E8=A2=AB=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=B8=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/plugins.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/project/plugins.js b/project/plugins.js index a849e196..492b74cf 100644 --- a/project/plugins.js +++ b/project/plugins.js @@ -1962,6 +1962,12 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 = // 有事件,不清 if (hasEvent) return false; + + const cache = core.status.checkBlock.cache; + const hasGuards = has(cache) && has(cache[loc]) && + has(cache[loc]["guards"]) && cache[loc]["guards"].length > 0; // 该敌人会被支援 + if (hasGuards) return false; + // 有特定特殊属性的怪不清 if ( core.hasSpecial(e.special, 12) || // 中毒