2025-12-15 17:59:58 +01:00
2 changed files with 22 additions and 5 deletions

View File

@@ -127,6 +127,7 @@ def homepage_upgrades(wealth):
except ValueError:
print('Nur Zahlen')
input()
def check_lucky_coin(result, wealth):
if result < base_lvl_lucky_coin.chance or result == base_lvl_lucky_coin.chance: