X-Git-Url: https://plomlompom.com/repos/condition_titles?a=blobdiff_plain;f=plomrogue%2Ftasks.py;h=6f42109362fc7aaf7e2810921e65ffe66d74a3d2;hb=dfe8541633da35717021f06839d1a386481c95f1;hp=eb9d31ac3bdd72852eeb664f70d7fd3b49fd1c27;hpb=bf3698bd7e0837d8b9ead6126435a3b5f1896230;p=plomrogue2 diff --git a/plomrogue/tasks.py b/plomrogue/tasks.py index eb9d31a..6f42109 100644 --- a/plomrogue/tasks.py +++ b/plomrogue/tasks.py @@ -68,7 +68,7 @@ class Task_MOVE(Task): if 'sittable' in terrain_type.tags: self.thing.standing = False self.thing.send_msg('CHAT "You sink into the %s. ' - 'Staying here will reduce your weariness."' + 'Staying here will replenish your energy."' % terrain_type.description) self.thing.invalidate('fov') if self.thing.blocks_light: