module Zhen SWITCH=19 end class Scene_Battle < Scene_Base alias zhen_update update def update if $game_switches[Zhen::SWITCH] if Graphics.frame_count % 1 == 0 $game_party.members.each do |actor| actor.hp -= 50 end @status_window.refresh end zhen_update end end end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |