OoT: make Bottles and Adult Trade Item hintable groups (#1222)

* OoT: make Bottles and Adult Trade Item hintable groups
This commit is contained in:
espeon65536
2022-11-09 15:07:14 -06:00
committed by GitHub
parent 350e1e6287
commit 4e5c10ad66
3 changed files with 26 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ class OOTLogic(LogicMixin):
return self.has_group("rewards", player, count)
def _oot_has_bottle(self, player):
return self.has_group("bottles", player)
return self.has_group("logic_bottles", player)
# Used for fall damage and other situations where damage is unavoidable
def _oot_can_live_dmg(self, player, hearts):