From 0ad84346d1e741c40c24522f8a929173ff09f4bc Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 26 Jun 2016 18:32:35 +0200 Subject: [PATCH] Clarified the multidescer docstring a little. --- evennia/contrib/multidescer.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/evennia/contrib/multidescer.py b/evennia/contrib/multidescer.py index 0442a03eac..4445304df0 100644 --- a/evennia/contrib/multidescer.py +++ b/evennia/contrib/multidescer.py @@ -136,10 +136,9 @@ class CmdMultiDesc(default_cmds.MuxCommand): Notes: When combining multiple descs with +desc/set + + ..., - you can add custom text between the '+' signs. Any text - not a '+' or identified a as a desc key will be added to the - final string. Use e.g. ansi line break ||/ to add a new - paragraph. Whitespace around keys (only) will be stripped. + any keys not matching an actual description will be inserted + as plain text. Use e.g. ansi line break ||/ to add a new + paragraph and + + or ansi space ||_ to add extra whitespace. """ key = "+desc"