Merge branch 'develop' into mapping-contrib

This commit is contained in:
Griatch 2021-06-20 11:30:44 +02:00
commit f40e8c1168
4 changed files with 77 additions and 33 deletions

View file

@ -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