Method: BCDice::GameSystem::Skynauts#eval_game_system_specific_command

Defined in:
lib/bcdice/game_system/Skynauts.rb

#eval_game_system_specific_command(command) ⇒ Object



42
43
44
45
46
47
48
# File 'lib/bcdice/game_system/Skynauts.rb', line 42

def eval_game_system_specific_command(command)
  debug("\n=======================================\n")
  debug("eval_game_system_specific_command command", command)

  return get_judge_result(command) || navigation_result(command) || get_fire_result(command) ||
         get_bomb_result(command) || get_avoid_result(command)
end