Method: BCDice::GameSystem::AFF2e#critical

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

#critical(total) ⇒ Object



53
54
55
56
57
58
59
60
# File 'lib/bcdice/game_system/AFF2e.rb', line 53

def critical(total)
  case total
  when  2
    'ファンブル!'
  when 12
    '強打!'
  end
end