From: Christian Heller Date: Sun, 22 Nov 2020 03:09:53 +0000 (+0100) Subject: Minor mode description handling improvements. X-Git-Url: https://plomlompom.com/repos/foo.html?a=commitdiff_plain;h=69ad51772914eee6255ae185507f4ea1406f8795;p=plomrogue2 Minor mode description handling improvements. --- diff --git a/rogue_chat_curses.py b/rogue_chat_curses.py index c29b405..d22539b 100755 --- a/rogue_chat_curses.py +++ b/rogue_chat_curses.py @@ -23,11 +23,11 @@ mode_helps = { 'long': 'This mode allows you to change the map tile you currently stand on (if your map editing password authorizes you so). Just enter any printable ASCII character to imprint it on the ground below you.' }, 'control_pw_type': { - 'short': 'change tile control password', + 'short': 'change tiles control password', 'long': 'This mode is the first of two steps to change the password for a tile control character. First enter the tile control character for which you want to change the password!' }, 'control_pw_pw': { - 'short': 'change tile control password', + 'short': 'change tiles control password', 'long': 'This mode is the second of two steps to change the password for a tile control character. Enter the new password for the tile control character you chose.' }, 'control_tile_type': { @@ -39,7 +39,7 @@ mode_helps = { 'long': 'This mode is the second of two steps to change tile control areas on the map. Move cursor around the map to draw selected tile control character' }, 'annotate': { - 'short': 'annotation', + 'short': 'annotate tile', 'long': 'This mode allows you to add/edit a comment on the tile you are currently standing on (provided your map editing password authorizes you so). Hit Return to leave.' }, 'portal': { @@ -47,7 +47,7 @@ mode_helps = { 'long': 'This mode allows you to imprint/edit/remove a teleportation target on the ground you are currently standing on (provided your map editing password authorizes you so). Enter or edit a URL to imprint a teleportation target; enter emptiness to remove a pre-existing teleportation target. Hit Return to leave.' }, 'chat': { - 'short': 'chat mode', + 'short': 'chat', 'long': 'This mode allows you to engage in chit-chat with other users. Any line you enter into the input prompt that does not start with a "/" will be sent out to nearby players – but barriers and distance will reduce what they can read, so stand close to them to ensure they get your message. Lines that start with a "/" are used for commands like:' }, 'login': { diff --git a/rogue_chat_nocanvas_monochrome.html b/rogue_chat_nocanvas_monochrome.html index 6713a27..381b0f2 100644 --- a/rogue_chat_nocanvas_monochrome.html +++ b/rogue_chat_nocanvas_monochrome.html @@ -81,17 +81,17 @@ terminal columns:
  • teleport:
  • take thing under player:
  • drop carried thing: -
  • switch to chat mode: -
  • switch to play mode: -
  • switch to study mode: -
  • edit tile (from play mode): -
  • enter tile password (from play mode): -
  • enter admin password (from play mode): -
  • change tile control password (from play mode): -
  • change tiles control (from play mode): -
  • annotate tile (from play mode): -
  • annotate portal (from play mode): -
  • toggle terrain/annotations/control view (from study mode): +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • +
  • toggle terrain/annotations/control view: