Method: BCDice::Command::Parser#enable_critical

Defined in:
lib/bcdice/command/parser.rb

#enable_criticalBCDice::Command::Parser

@によるクリティカル値の指定を許可する



97
98
99
100
# File 'lib/bcdice/command/parser.rb', line 97

def enable_critical
  @critical = true
  self
end