X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=rogue_chat_curses.py;h=c4d0ddf5b6ae023dd1b09c1cd9401645aef8211c;hb=91523b047ecef4b88b3cc2bff87bbd4fae5dc782;hp=65d5a339c013558cde62127d4ba8264f6d8b16f7;hpb=e1c11c0c04770c3e91f36e953074822d3f9d75dd;p=plomrogue2 diff --git a/rogue_chat_curses.py b/rogue_chat_curses.py index 65d5a33..c4d0ddf 100755 --- a/rogue_chat_curses.py +++ b/rogue_chat_curses.py @@ -706,6 +706,8 @@ class TUI: self.log_msg('@ finished tile protection drawing.') self.draw_face = False self.tile_draw = False + self.ascii_draw_stage = 0 + self.full_ascii_draw = '' if mode_name == 'command_thing' and\ (not self.game.player.carrying or not self.game.player.carrying.commandable):