X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/copy_structured?a=blobdiff_plain;f=plomrogue%2Fthings.py;h=ea0e71ccb912aee1ce9ae60ea34a6b23a4dd44fa;hb=eadcddf7699d5df683d544531b441332d79b6661;hp=ab54e306c2a86215565159a10ddda45e57e0e4a7;hpb=1750783da9cd6fd4f80d6484a3b714c352eef126;p=plomrogue2 diff --git a/plomrogue/things.py b/plomrogue/things.py index ab54e30..ea0e71c 100644 --- a/plomrogue/things.py +++ b/plomrogue/things.py @@ -24,6 +24,7 @@ class Thing(ThingBase): protection = '.' commandable = False carried = False + carrying = False def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs)