X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/gitweb.css?a=blobdiff_plain;f=rogue_chat_curses.py;h=28588928314991db4b16dcfe2ee77bc0646d908d;hb=c4a74406fd9fc0f7d91ad428a9c28b5369e5c51a;hp=7d2a3b163b0d3a05f4c0a24ffe1f2e3b2b67d95a;hpb=dddaf00b6d3799e9243e5dd07973a95e1d2ace65;p=plomrogue2 diff --git a/rogue_chat_curses.py b/rogue_chat_curses.py index 7d2a3b1..2858892 100755 --- a/rogue_chat_curses.py +++ b/rogue_chat_curses.py @@ -202,6 +202,7 @@ cmd_CHAT.argtypes = 'string' def cmd_CHATFACE(game, thing_id): game.tui.draw_face = thing_id + game.tui.do_refresh = True cmd_CHATFACE.argtypes = 'int:pos' def cmd_PLAYER_ID(game, player_id):