Skip to content

Commit

Permalink
death consumes all mana
Browse files Browse the repository at this point in the history
  • Loading branch information
1kuceraj committed Sep 23, 2024
1 parent 89ab366 commit 14959a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions revive.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def revive(user, user_data, league, usersdb):
update_user_data(user=user, updated_values={
"alive": True,
"hp": 100,
"mana": 0,
"action_points": new_ap,
"exp": new_exp
}, user_data_dict=usersdb[league])
Expand Down

0 comments on commit 14959a0

Please sign in to comment.