Method: BCDice::GameSystem::BeastBindTrinity#eval_game_system_specific_command
- Defined in:
- lib/bcdice/game_system/BeastBindTrinity.rb
#eval_game_system_specific_command(command) ⇒ Object
244 245 246 247 248 249 250 251 |
# File 'lib/bcdice/game_system/BeastBindTrinity.rb', line 244 def eval_game_system_specific_command(command) if (ret = roll_tables(command, TABLES)) return ret end bb = BBCommand.new(command) return bb.roll(@randomizer) end |