class Window_BattleItem < Window_ItemList #-------------------------------------------------------------------------- # ● 查询使用列表中是否含有此物品 #-------------------------------------------------------------------------- def include?(item) $game_party.usable?(item) && !item.key_item? end end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |