mirror of
				https://github.com/MarioSpore/Grinch-AP.git
				synced 2025-10-21 20:21:32 -06:00 
			
		
		
		
	OoT: make Farore's Wind a never-exclude item if the relevant trick is off
This commit is contained in:
		| @@ -274,6 +274,9 @@ class OOTWorld(World): | ||||
|             # Both two-handed swords can be required in glitch logic, so only consider them nonprogression in glitchless | ||||
|             self.nonadvancement_items.add('Biggoron Sword') | ||||
|             self.nonadvancement_items.add('Giants Knife') | ||||
|             if getattr(self, 'logic_water_central_gs_fw', False): | ||||
|                 # Farore's Wind skippable if not used for this logic trick in Water Temple | ||||
|                 self.nonadvancement_items.add('Farores Wind') | ||||
|    | ||||
|     def load_regions_from_json(self, file_path): | ||||
|         region_json = read_json(file_path) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 espeon65536
					espeon65536