From 89927fc3be9f6471b4d814201636d3c47ea20b6a Mon Sep 17 00:00:00 2001 From: unanmed <90094606+unanmed@users.noreply.github.com> Date: Fri, 28 Apr 2023 10:44:05 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=20ebd94?= =?UTF-8?q?fc373bde63a4baa883fd89bdd204710fe03=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/items.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/items.js b/libs/items.js index acd4994..760b143 100644 --- a/libs/items.js +++ b/libs/items.js @@ -77,7 +77,7 @@ items.prototype.getItemEffectTip = function (itemId) { ////// 使用道具 ////// items.prototype.useItem = function (itemId, noRoute, callback) { /** @type {AllIdsOf<'items'>[]} */ - const ignore = ['I560', 'I559', 'skill1']; + const ignore = ['I560', 'I559', 'skill1', 'I642', 'I565', 'I558']; if ( !this.canUseItem(itemId) || (core.isReplaying() && ignore.includes(itemId))