Merge branch 'develop' into mapping-contrib
This commit is contained in:
commit
f40e8c1168
4 changed files with 77 additions and 33 deletions
|
|
@ -617,6 +617,9 @@ DEFAULT_HELP_CATEGORY = "general"
|
|||
# File-based help entries. These are modules containing dicts defining help
|
||||
# entries. They can be used together with in-database entries created in-game.
|
||||
FILE_HELP_ENTRY_MODULES = ["world.help_entries"]
|
||||
# if topics listed in help should be clickable
|
||||
# clickable links only work on clients that support MXP.
|
||||
HELP_CLICKABLE_TOPICS = True
|
||||
|
||||
######################################################################
|
||||
# FuncParser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue