X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/gitweb.js?a=blobdiff_plain;f=plomrogue%2Fthings.py;h=18cdf4c78069e9273e411c38223f4baae080a38f;hb=8d0b5840b7df40ee883fdcf2fa1b4cd1d39e26fa;hp=e1a9bd3a2d18b0d8b1b64943b6f055dfd11508e6;hpb=679c7c1932187a3ca008dad2e580e0e1080482fc;p=plomrogue2 diff --git a/plomrogue/things.py b/plomrogue/things.py index e1a9bd3..18cdf4c 100644 --- a/plomrogue/things.py +++ b/plomrogue/things.py @@ -351,7 +351,7 @@ class ThingAnimate(Thing): # TODO: refactor with self.send_msg self.game.io.send('DEFAULT_COLORS', c_id) self.game.io.send('CHAT "You sober up."', c_id) - self.game.changed_fovs = True + self.invalidate_map_view() break self.game.changed = True if self.task is None: