Add state machine for eating food

This commit is contained in:
2021-01-05 05:57:06 +00:00
parent 029ef72ea5
commit 7217686716
4 changed files with 131 additions and 26 deletions
+2
View File
@@ -30,6 +30,8 @@ g.job = None
g.correction_count = 0
g.holding = 0
g.afk = False
g.health = 20
g.food = 20
@app.route('/')
def hello_world():