From f10378162d5490b7e1319745ec1a7adc8fa3ffc4 Mon Sep 17 00:00:00 2001 From: Olli Graf Date: Fri, 10 Jun 2022 00:29:24 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=BCckweg=20von=20Insel=20ins=20Beiboot=20in?= =?UTF-8?q?s=20Boot.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ActionBasics.py | 5 ++++- world.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ActionBasics.py b/ActionBasics.py index 786e333..3fcf145 100644 --- a/ActionBasics.py +++ b/ActionBasics.py @@ -48,7 +48,10 @@ class ActionBasics: if(bootraum.id in self.alleBootRaeume): beiboot.ausgaenge[self.world.RAUF] = bootraum.id else: - beiboot.ausgaenge[self.world.RAUF] = '-1' + if bootraum.id == self.world.RAUM_INSEL: + beiboot.ausgaenge[self.world.RAUF] = self.world.RAUM_BOOT3 + 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 self.world.weg[-1] == self.world.RAUM_BOOT2: diff --git a/world.xml b/world.xml index 397b008..00a30a3 100644 --- a/world.xml +++ b/world.xml @@ -189,7 +189,7 @@ - +