Voltorb Flip coin case cap won't quit game
This commit is contained in:
parent
ac18f79d99
commit
2e85705bf8
|
@ -1038,7 +1038,6 @@ TryAgain:
|
|||
TotalCoins = CInt(GameModeManager.GetGameRuleValue("CoinCaseCap", "0")) - Core.Player.Coins
|
||||
CurrentCoins = 0
|
||||
TextBox.Show(Localization.GetString("VoltorbFlip_MaxCoins", "Your Coin Case can't fit~any more Coin(s)!"))
|
||||
Quit()
|
||||
Else
|
||||
TotalCoins += CurrentCoins
|
||||
CurrentCoins = 0
|
||||
|
|
Loading…
Reference in New Issue