SoE: Rename difficulty 'Chaos' to 'Mystery'

This commit is contained in:
black-sliver 2021-12-18 16:39:47 +01:00 committed by Fabian Dill
parent 70aae514be
commit 1603bab1da
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ class Difficulty(EvermizerFlags, Choice):
option_easy = 0
option_normal = 1
option_hard = 2
option_chaos = 3 # random is reserved pre 0.2
option_mystery = 3 # 'random' is reserved
alias_chaos = 3
default = 1
flags = ['e', 'n', 'h', 'x']