[FFMQ] Bugfix: Fix missing logic rule for Frozen Fields > Aquaria access

This commit is contained in:
wildham
2025-11-29 13:11:07 -05:00
committed by GitHub
parent 9f9765b78d
commit f7e3f4e589

View File

@@ -155,6 +155,10 @@ def set_rules(self) -> None:
return True
check_foresta(loc.parent_region)
if self.options.map_shuffle or self.options.crest_shuffle:
process_rules(self.multiworld.get_entrance("Subregion Frozen Fields to Subregion Aquaria", self.player),
["SummerAquaria"])
if self.options.logic == "friendly":
process_rules(self.multiworld.get_entrance("Overworld - Ice Pyramid", self.player),
["MagicMirror"])