home · contact · privacy
In ASCII art enter mode, on length failure, name needed length.
[plomrogue2] / rogue_chat_curses.py
index 8f4f7da96e41f5221880fd6d24036430bdfdf832..8eec3f6fe5865955eb74d5a210ed780c06769671 100755 (executable)
@@ -1098,7 +1098,7 @@ class TUI:
 
         def enter_ascii_art(command):
             if len(self.input_) != 6:
-                self.log_msg('? wrong input length, try again')
+                self.log_msg('? wrong input length, must be 6; try again')
                 return
             self.log_msg('  ' + self.input_)
             self.full_ascii_draw += self.input_