Detect monsters and flee to safety

This commit is contained in:
2020-12-04 02:49:22 +00:00
parent 5a7a2f0113
commit b8952db742
7 changed files with 475 additions and 196 deletions

2
bot.py
View File

@@ -203,6 +203,8 @@ def init(global_state):
g.job = jobs.JobStates(g)
g.chopped_tree = False
g.queue_afk = False
def bot(global_state):
g = global_state