X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=plomrogue%2Ftasks.py;h=4f390d47c92a88fbb1782944f623b3c44012d846;hb=a1dff58317110c212b5493e3d1432b06d5058e10;hp=09e9c56702083cefbff105268a5c7a241f20d8fb;hpb=d16c11ef2034c2903418b44ee8b8f5f06714347a;p=plomrogue2 diff --git a/plomrogue/tasks.py b/plomrogue/tasks.py index 09e9c56..4f390d4 100644 --- a/plomrogue/tasks.py +++ b/plomrogue/tasks.py @@ -195,8 +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 *= 2 - self.thing.need_for_toilet += 1 + self.thing.need_for_toilet += 10000 self.thing.drunk = 10000 self.thing.invalidate('fov') self.thing.game.record_change(self.thing.position, 'other')