LttP: Fix scam options (#806)

This commit is contained in:
alwaysintreble
2022-07-22 00:04:41 -05:00
committed by GitHub
parent cabbe0aaf6
commit 04c3429839

View File

@@ -215,9 +215,11 @@ class Scams(Choice):
option_all = 3
alias_false = 0
@property
def gives_king_zora_hint(self):
return self.value in {0, 2}
@property
def gives_bottle_merchant_hint(self):
return self.value in {0, 1}