home · contact · privacy
Invert weariness metric into energy metric.
[plomrogue2] / plomrogue / tasks.py
index eb9d31ac3bdd72852eeb664f70d7fd3b49fd1c27..6f42109362fc7aaf7e2810921e65ffe66d74a3d2 100644 (file)
@@ -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: