Falltür unter Bett.

This commit is contained in:
Olli Graf
2022-01-19 13:55:13 +01:00
parent 482e5aad2f
commit 2740729f46
2 changed files with 5 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ class ActionModul:
glas = self.world.findRaumItemById('6')
logging.debug(f'mache Gegenstand {glas.name} sichtbar')
glas.sichtbar = True
elif item.id == '7':
# Falltür sichtbar machen
self.world.aktuellerRaum.ausgaenge[self.world.RUNTER] = '8'
else:
self.setFehler("Das sehe ich hier nicht.")