Die Karte ist da.
This commit is contained in:
@@ -68,7 +68,6 @@ class Gegenstand(SuperNode):
|
||||
def __init__(self,name,id,raumid):
|
||||
super().__init__(name,id)
|
||||
self.raumid = raumid
|
||||
self.zustand = 0
|
||||
self.sichtbar = True
|
||||
self.imobil = False
|
||||
self.adjektiv = None
|
||||
@@ -80,6 +79,7 @@ class Gegenstand(SuperNode):
|
||||
self.GROSS = 2
|
||||
self.LEER = 0
|
||||
self.VOLL = 1
|
||||
self.HAENGEND = 0
|
||||
self.zustand = self.GESCHLOSSEN
|
||||
|
||||
class Adjektiv(SuperNode):
|
||||
|
Reference in New Issue
Block a user