Method: BCDice::GameSystem::GoblinSlayer#initialize
- Defined in:
- lib/bcdice/game_system/GoblinSlayer.rb
#initialize(command) ⇒ GoblinSlayer
Returns a new instance of GoblinSlayer.
48 49 50 51 |
# File 'lib/bcdice/game_system/GoblinSlayer.rb', line 48 def initialize(command) super(command) @round_type = RoundType::CEIL end |