home · contact · privacy
Simplify toilet need calcuation, add pee-into-pants emergency exit.
[plomrogue2] / plomrogue / tasks.py
index d42aa4deb232de0a17dcaebaa838dc20e10a01c9..4f390d47c92a88fbb1782944f623b3c44012d846 100644 (file)
@@ -195,6 +195,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.drunk = 10000
             self.thing.invalidate('fov')
             self.thing.game.record_change(self.thing.position, 'other')