home · contact · privacy
In ASCII art enter mode, on length failure, name needed length.
[plomrogue2] / rogue_chat.html
index d810c2e580aabb3f4cc1443d8ff040b4f657374a..31a85a56d3d45e787b7f6d11f92b9fc6ecdac4df 100644 (file)
@@ -1055,7 +1055,7 @@ let tui = {
   },
   enter_ascii_art: function(command) {
       if (this.inputEl.value.length != 6) {
-          this.log_msg('? wrong input length, try again');
+          this.log_msg('? wrong input length, must be 6; try again');
           return;
       }
       this.log_msg('  ' + this.inputEl.value);