X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=plomrogue%2Ftasks.py;h=8fa3a178067bf4864f929638b79d5a8e4d8bb6d2;hb=a81ea397900267331c15c1cda5d349b22a49ea16;hp=423758d8f5959ec7ebec088abfa18d7800d28bc1;hpb=6354f0d85ce38a5450142b2bc775e49f0abfc7b8;p=plomrogue2 diff --git a/plomrogue/tasks.py b/plomrogue/tasks.py index 423758d..8fa3a17 100644 --- a/plomrogue/tasks.py +++ b/plomrogue/tasks.py @@ -148,6 +148,7 @@ class Task_INTOXICATE(Task): def do(self): self.thing.carrying.full = False + self.thing.carrying.empty() for c_id in self.thing.game.sessions: if self.thing.game.sessions[c_id]['thing_id'] == self.thing.id_: self.thing.game.io.send('RANDOM_COLORS', c_id)