X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/gitweb.css?a=blobdiff_plain;f=rogue_chat_curses.py;h=c4d0ddf5b6ae023dd1b09c1cd9401645aef8211c;hb=91523b047ecef4b88b3cc2bff87bbd4fae5dc782;hp=65d5a339c013558cde62127d4ba8264f6d8b16f7;hpb=4d29ed223e278162c74c2658702759349d3b52e1;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):