X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7B%20card_id%20%7D%7D/delete?a=blobdiff_plain;f=plomrogue%2Fthings.py;h=3b00d1fd79b86c183f04f21f9b3d4a965f5f575f;hb=40cc80146755188192b5f24834d997dd7c32c49c;hp=9edfa68ca85871557aeb396075c37ed68475011d;hpb=31951696faf591c6d92236c70a9637c7620111e5;p=plomrogue2 diff --git a/plomrogue/things.py b/plomrogue/things.py index 9edfa68..3b00d1f 100644 --- a/plomrogue/things.py +++ b/plomrogue/things.py @@ -313,6 +313,7 @@ class ThingAnimate(Thing): if self.game.sessions[c_id]['thing_id'] == self.id_: self.game.io.send('DEFAULT_COLORS', c_id) self.game.io.send('CHAT "You sober up."', c_id) + break self.game.changed = True self._fov = None if self.task is None: