class Window_SkillList < Window_Selectable def include?(item) case @stype_id when 1 item && item.stype_id == @stype_id || item.stype_id == 2 else item && item.stype_id == @stype_id end;end end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |