添加部分新的忽略道具

This commit is contained in:
unanmed 2023-04-28 18:41:53 +08:00
parent 772286b162
commit ebd94fc373

View File

@ -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))