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