SoE: Rename difficulty 'Chaos' to 'Mystery'
This commit is contained in:
parent
70aae514be
commit
1603bab1da
|
@ -30,7 +30,8 @@ class Difficulty(EvermizerFlags, Choice):
|
||||||
option_easy = 0
|
option_easy = 0
|
||||||
option_normal = 1
|
option_normal = 1
|
||||||
option_hard = 2
|
option_hard = 2
|
||||||
option_chaos = 3 # random is reserved pre 0.2
|
option_mystery = 3 # 'random' is reserved
|
||||||
|
alias_chaos = 3
|
||||||
default = 1
|
default = 1
|
||||||
flags = ['e', 'n', 'h', 'x']
|
flags = ['e', 'n', 'h', 'x']
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue