X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=plomrogue%2Ftasks.py;h=14ea820bd153e20f016af575d59d74c110023826;hb=023f991e645730e150bfd2782d16cbb4e440f78c;hp=9b53bbe86f98fdc0efe08cede71c0870fb3e3d17;hpb=ce80e43db5939580763b1f66bff4f87f1cccc383;p=plomrogue2 diff --git a/plomrogue/tasks.py b/plomrogue/tasks.py index 9b53bbe..14ea820 100644 --- a/plomrogue/tasks.py +++ b/plomrogue/tasks.py @@ -67,7 +67,7 @@ class Task_MOVE(Task): terrain_type = self.thing.game.terrains[terrain] if 'sittable' in terrain_type.tags: self.thing.standing = False - self.thing.send_msg('CHAT "You sink into the %s.' + self.thing.send_msg('CHAT "You sink into the %s. ' 'Staying here will reduce your weariness."' % terrain_type.description) self.thing.invalidate('fov')