home · contact · privacy
Enable sinking into and getting up from terrain tagged as sittable.
[plomrogue2] / plomrogue / things.py
index 249a138eef3c7570b03e9d43d25cfd8e0cc790c7..6ad8534317476c3c92a2591141253d452ce96ae1 100644 (file)
@@ -564,6 +564,7 @@ class Thing_Player(ThingAnimate):
     drunk = 0
     tripping = 0
     need_for_toilet = 0
+    standing = True
 
     def __init__(self, *args, **kwargs):
         super().__init__(*args, **kwargs)