Add commands for dropping and dumping inventory

This commit is contained in:
2020-09-17 14:54:41 -06:00
parent c33e1e04b8
commit ca45925da1
3 changed files with 63 additions and 10 deletions

3
bot.py
View File

@@ -153,6 +153,9 @@ def init(global_state):
g.breaking = None
g.break_time = 0
g.dumping = None
g.dump_lock = False
g.job = jobs.JobStates(g)
def bot(global_state):