Loch erreichbar.

Beschreibung abhängig vom Zustand der Fackel
This commit is contained in:
Olli Graf
2022-06-09 19:02:15 +02:00
parent 5efd052927
commit 6905936fc3
8 changed files with 118 additions and 29 deletions

View File

@@ -81,6 +81,8 @@ class Gegenstand(SuperNode):
self.LEER = 0
self.VOLL = 1
self.HAENGEND = 0
self.GELOESCHT = 0
self.ENTZUENDED = 1
self.zustand = self.GESCHLOSSEN
class Adjektiv(SuperNode):