Make health lower so game is harder

This commit is contained in:
Anthony Wang 2023-01-14 23:16:38 -05:00
parent 7303f9ab30
commit fcb4fd1c54
Signed by: a
GPG key ID: 42A5B952E6DD8D38

View file

@ -3,7 +3,7 @@ import random
# Initializing variables
player_name = ""
player_hunger = 90
player_health = 100
player_health = 50
player_inventory = []
player_location = "lobby"
chef_angry = False