Method: BCDice::GameSystem::Comes#initialize

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

#initialize(command) ⇒ Comes

Returns a new instance of Comes.



21
22
23
24
25
26
# File 'lib/bcdice/game_system/Comes.rb', line 21

def initialize(command)
  super(command)

  @sort_add_dice = true
  @d66_sort_type = D66SortType::ASC
end