TUNIC: Add off and on aliases for the Entrance Rando option #3794

This commit is contained in:
Scipio Wright
2024-08-14 10:55:02 -04:00
committed by GitHub
parent 9fbaa6050f
commit 5e5f24cdd2

View File

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