X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/gitweb.js?a=blobdiff_plain;f=plomrogue%2Ftasks.py;h=5449c0c2eda8dd27e980a2c4b6f28da68e8e1952;hb=aa64ccc21845f2bf168e27402b8d157212bf3435;hp=6ee273164f19dd33422c99c21d708f71cab21dc8;hpb=dfb05774efac717d1adc699e97b6140599e5df1e;p=plomrogue2 diff --git a/plomrogue/tasks.py b/plomrogue/tasks.py index 6ee2731..5449c0c 100644 --- a/plomrogue/tasks.py +++ b/plomrogue/tasks.py @@ -67,7 +67,8 @@ 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') if self.thing.blocks_light: