def update
    @common_events.each{|event|event.refresh; event.update if event.name.include?("战斗")}
    battle_update
  end