From b5440b01de1253e7741d2d48f56557f269943263 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 13 Dec 2020 06:20:07 +0100
Subject: [PATCH] Explain cookie magic in hat editing help screen.

---
 rogue_chat.html      | 2 +-
 rogue_chat_curses.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rogue_chat.html b/rogue_chat.html
index 45a8525..653a703 100644
--- a/rogue_chat.html
+++ b/rogue_chat.html
@@ -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',
diff --git a/rogue_chat_curses.py b/rogue_chat_curses.py
index ebefc10..34db7c9 100755
--- a/rogue_chat_curses.py
+++ b/rogue_chat_curses.py
@@ -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',
-- 
2.30.2