Öffnen der Truhe
This commit is contained in:
@@ -67,13 +67,14 @@ class Gegenstand(SuperNode):
|
||||
self.zustand = 0
|
||||
self.sichtbar = True
|
||||
self.imobil = False
|
||||
self.adjektiv = None
|
||||
self.GESCHLOSSEN = 0
|
||||
self.OFFEN = 1
|
||||
self.zustand = self.GESCHLOSSEN
|
||||
|
||||
class Adjektiv(SuperNode):
|
||||
def __init__(self,name, id):
|
||||
super.__init__(self, name, '')
|
||||
def __init__(self,name, id,key):
|
||||
super().__init__(name, id)
|
||||
self.key = key
|
||||
|
||||
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user