home · contact · privacy
Add player-identifying meta characters next to @ symbols.
[plomrogue2] / plomrogue / things.py
index d1fc7110b8bba8ca32baeeb1105d69b4c43c880b..b6fe5e15e5e919483962b87f63fdfa4a99a380e5 100644 (file)
@@ -108,3 +108,4 @@ class Thing_Player(ThingAnimate):
     def __init__(self, *args, **kwargs):
         super().__init__(*args, **kwargs)
         self.nickname = 'undefined'
+        self.carrying = None