TUNIC: Add off and on aliases for the Entrance Rando option #3794
This commit is contained in:
parent
9fbaa6050f
commit
5e5f24cdd2
|
@ -132,8 +132,10 @@ class EntranceRando(TextChoice):
|
||||||
internal_name = "entrance_rando"
|
internal_name = "entrance_rando"
|
||||||
display_name = "Entrance Rando"
|
display_name = "Entrance Rando"
|
||||||
alias_false = 0
|
alias_false = 0
|
||||||
|
alias_off = 0
|
||||||
option_no = 0
|
option_no = 0
|
||||||
alias_true = 1
|
alias_true = 1
|
||||||
|
alias_on = 1
|
||||||
option_yes = 1
|
option_yes = 1
|
||||||
default = 0
|
default = 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue