class Game_Switches ALWAYS_OPEN = {5=>true, 6=>true, 8=>true} alias value_without_always_open [] def [](index) ALWAYS_OPEN.key?(index) ? ALWAYS_OPEN[index] : value_without_always_open(index) end end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |