LttP: fix open pyramid settings parsing (#1253)

* lttp: fix open pyramid settings prasing

* accidentally left default changed when committing
This commit is contained in:
alwaysintreble
2022-11-27 19:29:18 -06:00
committed by GitHub
parent 67be80e59d
commit 8dffd87bee
2 changed files with 4 additions and 4 deletions

View File

@@ -39,8 +39,8 @@ class OpenPyramid(Choice):
option_auto = 3
default = option_goal
alias_yes = option_open
alias_no = option_closed
alias_true = option_open
alias_false = option_closed
def to_bool(self, world: MultiWorld, player: int) -> bool:
if self.value == self.option_goal: