From 1f41bf63cfc1ab57f4e54bc3fcd23189349bed02 Mon Sep 17 00:00:00 2001 From: gaithern Date: Thu, 13 Jun 2024 08:56:59 -0500 Subject: [PATCH] Update Regions.py --- worlds/kh1/Regions.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/worlds/kh1/Regions.py b/worlds/kh1/Regions.py index 67f01b96ed18..7c3baa7d5ae8 100644 --- a/worlds/kh1/Regions.py +++ b/worlds/kh1/Regions.py @@ -441,14 +441,12 @@ def create_regions(multiworld: MultiWorld, player: int, options): regions["100 Acre Wood"].locations.append("100 Acre Wood Bouncing Spot Turn in Rare Nut 3") regions["100 Acre Wood"].locations.append("100 Acre Wood Bouncing Spot Turn in Rare Nut 4") regions["100 Acre Wood"].locations.append("100 Acre Wood Bouncing Spot Turn in Rare Nut 5") - if options.atlantica: - regions["100 Acre Wood"].locations.append("100 Acre Wood Pooh's House Owl Cheer") + regions["100 Acre Wood"].locations.append("100 Acre Wood Pooh's House Owl Cheer") regions["100 Acre Wood"].locations.append("100 Acre Wood Convert Torn Page 1") regions["100 Acre Wood"].locations.append("100 Acre Wood Convert Torn Page 2") regions["100 Acre Wood"].locations.append("100 Acre Wood Convert Torn Page 3") regions["100 Acre Wood"].locations.append("100 Acre Wood Convert Torn Page 4") - if options.atlantica: - regions["100 Acre Wood"].locations.append("100 Acre Wood Convert Torn Page 5") + regions["100 Acre Wood"].locations.append("100 Acre Wood Convert Torn Page 5") regions["100 Acre Wood"].locations.append("100 Acre Wood Pooh's House Start Fire") regions["100 Acre Wood"].locations.append("100 Acre Wood Pooh's Room Cabinet") regions["100 Acre Wood"].locations.append("100 Acre Wood Pooh's Room Chimney")