Add a command to drain inv

This commit is contained in:
2021-02-15 08:56:41 +00:00
parent f65967342a
commit af1db24cd5
2 changed files with 25 additions and 0 deletions

1
bot.py
View File

@@ -201,6 +201,7 @@ def init(global_state):
g.break_time = 0
g.dumping = None
g.draining = False
g.item_lock = False
g.command_lock = False