You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See Gambling.cpp. Gambling can only occur when the player has at least the same amount of coins as CoinsDeduction. Check if the player has enough coins after GenerateValues() method is called. If they don't, return to the intermission menu.
The text was updated successfully, but these errors were encountered:
See
Gambling.cpp
. Gambling can only occur when the player has at least the same amount of coins asCoinsDeduction
. Check if the player has enough coins afterGenerateValues()
method is called. If they don't, return to the intermission menu.The text was updated successfully, but these errors were encountered: