From: Christian Heller Date: Sun, 13 Dec 2020 05:20:07 +0000 (+0100) Subject: Explain cookie magic in hat editing help screen. X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=commitdiff_plain;h=b5440b01de1253e7741d2d48f56557f269943263;p=plomrogue2 Explain cookie magic in hat editing help screen. --- 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',