Skip to content

Commit

Permalink
Update balance.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kourva authored Jun 22, 2024
1 parent 7aef280 commit 2d467cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Clicker/script/balance.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def upgrade_tap(event):
tap_level = tap_value
tap_money = int(document.querySelector("#tap_money").innerHTML)

if balance => tap_money:
if balance >= tap_money:
balance -= tap_money
tap_level += 1
tap_value += 1
Expand Down

0 comments on commit 2d467cb

Please sign in to comment.