Use shovels, land in water

This commit is contained in:
2020-12-02 11:12:51 +00:00
parent 00846538e8
commit 6ba9288fd7
7 changed files with 36 additions and 3 deletions
+5 -1
View File
@@ -299,6 +299,10 @@ class GatherSandStates:
return None
def init(self):
self.state = self.select_shovel
def select_shovel(self):
self.g.game.select_item(items.SHOVEL_IDS)
self.state = self.find_new_slice
def find_new_slice(self):
@@ -566,7 +570,7 @@ class SleepWithBedStates:
self.g = global_state
self.state = self.idle
self.silent = True
self.silent = False
self.area = None
self.opening = None