diff --git a/public/libs/items.js b/public/libs/items.js index acd4994..760b143 100644 --- a/public/libs/items.js +++ b/public/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))