Method: BCDice::GameSystem::CastleInGray#eval_game_system_specific_command

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

#eval_game_system_specific_command(command) ⇒ Object



93
94
95
# File 'lib/bcdice/game_system/CastleInGray.rb', line 93

def eval_game_system_specific_command(command)
  return roll_color(command) || roll_mal(command) || roll_tables(command, TABLES)
end