mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Cleanup menu style
This commit is contained in:
parent
994a5fd618
commit
5c88edcd71
1 changed files with 2 additions and 1 deletions
|
|
@ -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<num>|W. Other actions: "
|
||||
"|we|Wxamine |w<num>|W, |wr|Wemove selection")
|
||||
|
||||
helptext = """
|
||||
A |nTypeclass|n is specified by the actual python-path to the class definition in the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue