Rückweg von Insel ins Beiboot ins Boot.

This commit is contained in:
Olli Graf
2022-06-10 00:29:24 +02:00
parent 6905936fc3
commit f10378162d
2 changed files with 5 additions and 2 deletions

View File

@@ -47,6 +47,9 @@ class ActionBasics:
logging.debug(f'wechsle ins Beiboot bootraum.id= {bootraum.id}') logging.debug(f'wechsle ins Beiboot bootraum.id= {bootraum.id}')
if(bootraum.id in self.alleBootRaeume): if(bootraum.id in self.alleBootRaeume):
beiboot.ausgaenge[self.world.RAUF] = bootraum.id beiboot.ausgaenge[self.world.RAUF] = bootraum.id
else:
if bootraum.id == self.world.RAUM_INSEL:
beiboot.ausgaenge[self.world.RAUF] = self.world.RAUM_BOOT3
else: else:
beiboot.ausgaenge[self.world.RAUF] = '-1' beiboot.ausgaenge[self.world.RAUF] = '-1'
logging.debug(f'Ausgang RAUF im Beiboot ist {beiboot.ausgaenge[self.world.RAUF]}') logging.debug(f'Ausgang RAUF im Beiboot ist {beiboot.ausgaenge[self.world.RAUF]}')

View File

@@ -189,7 +189,7 @@
</beschreibung> </beschreibung>
</raum> </raum>
<raum id='30' name='Insel'> <raum id='30' name='Insel'>
<ausgang dir='Ost' nachRaum= '27' /> <ausgang dir='Ost' nachRaum= '28' />
<ausgang dir='Runter' nachRaum= '31' /> <ausgang dir='Runter' nachRaum= '31' />
<beschreibung> <beschreibung>