Method: Core::Game::Combat::GUI#abort_action

Defined in:
lib/game/combat/gui.rb

#abort_action(actor) ⇒ Object



93
94
95
96
97
98
99
100
# File 'lib/game/combat/gui.rb', line 93

def abort_action(actor)
  @paused = false
  @choose = nil
  @chosen = nil
  @w[:select_spell].close! if @w[:select_spell]
  @w[:select_item].close! if @w[:select_item]
  setup_ready_actions(actor)
end