X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=rogue_chat_curses.py;h=34db7c9a1debff3163a3ade429556f9c9b379600;hb=b5440b01de1253e7741d2d48f56557f269943263;hp=ebefc1025eddf63a2a30c6e4e27ab3983239ff76;hpb=0e37b2aedc1f83084d79df697e31722bd5c4c3c3;p=plomrogue2 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',