mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
Lots of rubocop
This commit is contained in:
@@ -404,10 +404,10 @@ def pbSlotMachine(difficulty = 1)
|
||||
elsif $player.coins == Settings::MAX_COINS
|
||||
pbMessage(_INTL("Your Coin Case is full!"))
|
||||
else
|
||||
pbFadeOutIn {
|
||||
pbFadeOutIn do
|
||||
scene = SlotMachineScene.new
|
||||
screen = SlotMachine.new(scene)
|
||||
screen.pbStartScreen(difficulty)
|
||||
}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user