From 5c88edcd71d73218afd9f55006a3e934ee66b8a2 Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 31 Jul 2018 11:48:18 +0200 Subject: [PATCH] Cleanup menu style --- evennia/prototypes/menus.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/evennia/prototypes/menus.py b/evennia/prototypes/menus.py index 1141f27536..37911d7010 100644 --- a/evennia/prototypes/menus.py +++ b/evennia/prototypes/menus.py @@ -845,7 +845,8 @@ def node_typeclass(caller): {actions} """.format(current=_get_current_value(caller, "typeclass"), - actions=_format_list_actions("examine", "remove")) + actions="|WSelect with |w|W. Other actions: " + "|we|Wxamine |w|W, |wr|Wemove selection") helptext = """ A |nTypeclass|n is specified by the actual python-path to the class definition in the