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

@@ -19,6 +19,8 @@ class TestBase(unittest.TestCase):
exclusion_dict = {
"A Link to the Past":
{"Pendants", "Crystals"},
"Ocarina of Time":
{"medallions", "stones", "rewards", "logic_bottles"},
"Starcraft 2 Wings of Liberty":
{"Missions"},
}