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

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}