Loch erreichbar.
Beschreibung abhängig vom Zustand der Fackel
This commit is contained in:
@@ -50,8 +50,8 @@ class ActionBasics:
|
||||
else:
|
||||
beiboot.ausgaenge[self.world.RAUF] = '-1'
|
||||
logging.debug(f'Ausgang RAUF im Beiboot ist {beiboot.ausgaenge[self.world.RAUF]}')
|
||||
beiboot.ausgaenge[self.world.OST] = -1
|
||||
if raum.id == self.world.RAUM_BOOT2:
|
||||
beiboot.ausgaenge[self.world.OST] = '-1'
|
||||
if self.world.weg[-1] == self.world.RAUM_BOOT2:
|
||||
beiboot.ausgaenge[self.world.OST] = self.world.RAUM_INSEL
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user