Method: BCDice::GameSystem::DesperateRun#initialize
- Defined in:
- lib/bcdice/game_system/DesperateRun.rb
#initialize(command) ⇒ DesperateRun
105 106 107 108 109 |
# File 'lib/bcdice/game_system/DesperateRun.rb', line 105 def initialize(command) super(command) @sort_add_dice = true @d66_sort_type = D66SortType::ASC end |