Der Diamant wird nach der Maueröffnung aus dem Inventar genommen.

This commit is contained in:
Olli Graf
2022-06-14 07:19:21 +02:00
parent 8bd0897af1
commit 0240e5f441

View File

@@ -140,6 +140,7 @@ class ActionModul(ActionBasics):
if self.isAktuellerRaum(self.world.RAUM_MAUER):
self.world.printText('graböffnung')
self.world.aktuellerRaum.ausgaenge[self.world.SUED] = self.world.RAUM_GRAB
self.ausDemInventar(item)
else:
self.setFehler('Nichts passiert.')