home · contact · privacy
Re-calibrate bladder pressure following weariness mechanic.
[plomrogue2] / plomrogue / tasks.py
index 5449c0c2eda8dd27e980a2c4b6f28da68e8e1952..94f79a3350e1335eede208608b15a8a3e7577190 100644 (file)
@@ -240,7 +240,7 @@ class Task_INTOXICATE(Task):
             self.thing.carrying.full = False
             self.thing.carrying.empty()
             self.thing.send_msg('CHAT "You are drunk now."')
-            self.thing.need_for_toilet += 10000
+            self.thing.need_for_toilet += 1
             self.thing.drunk = 10000
             self.thing.invalidate('fov')
             self.thing.game.record_change(self.thing.position, 'other')