Added an option to pre-open the pyramid hole (aka "fast ganon")

This commit is contained in:
Bonta-kun
2019-12-12 09:20:32 +01:00
parent 4ca063be54
commit 25068bcfdd
6 changed files with 13 additions and 5 deletions

View File

@@ -76,6 +76,7 @@ class World(object):
self.hints = hints
self.crystals_needed_for_ganon = 7
self.crystals_needed_for_gt = 7
self.open_pyramid = False
self.dynamic_regions = []
self.dynamic_locations = []
self.spoiler = Spoiler(self)