home · contact · privacy
Explain cookie magic in hat editing help screen.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 13 Dec 2020 05:20:07 +0000 (06:20 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 13 Dec 2020 05:20:07 +0000 (06:20 +0100)
rogue_chat.html
rogue_chat_curses.py

index 45a8525db70aa0b7c3c8e69e44a7ed61b3fb5e13..653a7034e672d3b2d96e262c146d9b1d2d679e3f 100644 (file)
@@ -173,7 +173,7 @@ let mode_helps = {
     'enter_face': {
         'short': 'enter your face',
         'intro': '@ enter face line (enter nothing to abort):',
-        'long': 'Draw your face as ASCII art.  The string you enter must be 18 characters long, and will be divided on display into 3 lines of 6 characters each, from top to bottom..'
+        'long': 'Draw your face as ASCII art.  The string you enter must be 18 characters long, and will be divided on display into 3 lines of 6 characters each, from top to bottom.  Eat cookies to extend the ASCII characters available for drawing.'
     },
     'enter_hat': {
         'short': 'enter your hat',
index ebefc1025eddf63a2a30c6e4e27ab3983239ff76..34db7c9a1debff3163a3ade429556f9c9b379600 100755 (executable)
@@ -59,7 +59,7 @@ mode_helps = {
     'enter_hat': {
         'short': 'enter your hat',
         'intro': '@ enter hat line (enter nothing to abort):',
-        'long': 'Draw your hat as ASCII art.  The string you enter must be 18 characters long, and will be divided on display into 3 lines of 6 characters each, from top to bottom..'
+        'long': 'Draw your face as ASCII art.  The string you enter must be 18 characters long, and will be divided on display into 3 lines of 6 characters each, from top to bottom.  Eat cookies to extend the ASCII characters available for drawing.'
     },
     'write': {
         'short': 'change terrain',