Method: BCDice::GameSystem::RecordOfSteam#getFumbleText
- Defined in:
- lib/bcdice/game_system/RecordOfSteam.rb
#getFumbleText(fumbleCount) ⇒ Object
142 143 144 145 146 |
# File 'lib/bcdice/game_system/RecordOfSteam.rb', line 142 def getFumbleText(fumbleCount) if fumbleCount == 1 return " > ファンブル" end end |