home · contact · privacy
Also inhibit FLATTEN_SURROUNDINGS with terrain passwording.
[plomrogue2] / plomrogue / things.py
index 0e4af344e5cc9bcfc6af4e0e6fb88cbd07054e96..f066ae660f685a0a8ba05503b1c75e6b4eb25de4 100644 (file)
@@ -74,5 +74,5 @@ class ThingPlayer(ThingAnimate):
 
     def __init__(self, *args, **kwargs):
         super().__init__(*args, **kwargs)
-        self.nickname = 'undefined' 
+        self.nickname = 'undefined'