X-Git-Url: https://plomlompom.com/repos/todo?a=blobdiff_plain;f=rogue_chat_curses.py;h=fdfc2bcbfb12096dd8b36148f48b2b63454242d8;hb=e9314285cc797bad29b3621d713ad2a0703c4d2e;hp=983a4221c3508b5383a32bd69497061d3cf9bd1d;hpb=b3274c1e3219d50cc67487684608c7b4bd456675;p=plomrogue2 diff --git a/rogue_chat_curses.py b/rogue_chat_curses.py index 983a422..fdfc2bc 100755 --- a/rogue_chat_curses.py +++ b/rogue_chat_curses.py @@ -966,7 +966,7 @@ class TUI: def draw_face_popup(): t = self.game.get_thing(self.draw_face) - if not t: + if not t or not hasattr(t, 'face'): self.draw_face = False return