Review OWG Inverted Rules

Thanks to el0 for glitch information
This commit is contained in:
Fabian Dill
2020-12-19 21:12:53 +01:00
parent 634e142216
commit ecbb52a70d
4 changed files with 21 additions and 17 deletions

View File

@@ -37,11 +37,11 @@ class TestDarkWorld(TestInvertedOWG):
["Blacksmith", False, []],
["Blacksmith", True, ['Magic Mirror', 'Pegasus Boots']],
["Blacksmith", True, ['Progressive Glove', 'Progressive Glove', 'Pegasus Boots', 'Moon Pearl']],
["Blacksmith", True, ['Progressive Glove', 'Progressive Glove', 'Moon Pearl']],
["Purple Chest", False, []],
["Purple Chest", True, ['Magic Mirror', 'Pegasus Boots']],
["Purple Chest", True, ['Progressive Glove', 'Progressive Glove', 'Pegasus Boots', 'Moon Pearl']],
["Purple Chest", True, ['Progressive Glove', 'Progressive Glove', 'Moon Pearl']],
])
def testEastDarkWorld(self):