LttP: fix open pyramid settings parsing (#1253)
* lttp: fix open pyramid settings prasing * accidentally left default changed when committing
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user