X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=plomrogue%2Fthings.py;h=f066ae660f685a0a8ba05503b1c75e6b4eb25de4;hb=34856a61dd6b52c506aafa2dfd7de9d1ab07ced7;hp=0e4af344e5cc9bcfc6af4e0e6fb88cbd07054e96;hpb=ff01e1b466c1df7c938d1281ca34718e555bcf67;p=plomrogue2 diff --git a/plomrogue/things.py b/plomrogue/things.py index 0e4af34..f066ae6 100644 --- a/plomrogue/things.py +++ b/plomrogue/things.py @@ -74,5 +74,5 @@ class ThingPlayer(ThingAnimate): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs) - self.nickname = 'undefined' + self.nickname = 'undefined'