Method: BCDice::GameSystem::PersonaO#eval_game_system_specific_command

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

#eval_game_system_specific_command(command) ⇒ Object



37
38
39
# File 'lib/bcdice/game_system/PersonaO.rb', line 37

def eval_game_system_specific_command(command)
  roll_attack(command) || roll_damage(command)
end