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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -132,8 +132,10 @@ class EntranceRando(TextChoice):
internal_name = "entrance_rando"
display_name = "Entrance Rando"
alias_false = 0
alias_off = 0
option_no = 0
alias_true = 1
alias_on = 1
option_yes = 1
default = 0