Die Bohnenranke wächst.
This commit is contained in:
@@ -74,6 +74,11 @@ class Gegenstand(SuperNode):
|
||||
self.display = None
|
||||
self.GESCHLOSSEN = 0
|
||||
self.OFFEN = 1
|
||||
self.KLEIN = 0
|
||||
self.MITTEL = 1
|
||||
self.GROSS = 2
|
||||
self.LEER = 0
|
||||
self.VOLL = 1
|
||||
self.zustand = self.GESCHLOSSEN
|
||||
|
||||
class Adjektiv(SuperNode):
|
||||
|
Reference in New Issue
Block a user