home · contact · privacy
Add attempt to wear bottle on head.
[plomrogue2] / plomrogue / things.py
index ab54e306c2a86215565159a10ddda45e57e0e4a7..ea0e71ccb912aee1ce9ae60ea34a6b23a4dd44fa 100644 (file)
@@ -24,6 +24,7 @@ class Thing(ThingBase):
     protection = '.'
     commandable = False
     carried = False
+    carrying = False
 
     def __init__(self, *args, **kwargs):
         super().__init__(*args, **kwargs)