Deploying to gh-pages from @ ebd94fc373 🚀

This commit is contained in:
unanmed 2023-04-28 10:44:05 +00:00
parent 96ec2b15fa
commit 89927fc3be

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