Skip to content

Commit

Permalink
TUNIC: Add off and on aliases for the Entrance Rando option Archipela…
Browse files Browse the repository at this point in the history
  • Loading branch information
ScipioWright authored and agilbert1412 committed Aug 24, 2024
1 parent cf888b1 commit a2de9d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worlds/tunic/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a2de9d1

Please sign in to comment.