Method: BCDice::GameSystem::DivineCharger#initialize

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

#initialize(command) ⇒ DivineCharger



29
30
31
32
33
34
# File 'lib/bcdice/game_system/DivineCharger.rb', line 29

def initialize(command)
  super(command)

  @sort_barabara_dice = true # バラバラロール(Bコマンド)でソート有
  @d66_sort_type = D66SortType::NO_SORT
end