Fix sand gather state machine

This commit is contained in:
2020-09-21 13:40:33 -06:00
parent 6489984640
commit 320f925fa1
2 changed files with 24 additions and 11 deletions
+1
View File
@@ -298,6 +298,7 @@ class Game:
reply = 'ok'
if command == 'inv':
print(self.g.inv)
inv_list = []
for i in self.g.inv.values():
if i.present: