From d87c722f0ed1415d6e75fdbbaeb4080aa458932c Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 2 Jul 2024 10:43:20 -0400 Subject: Fix proxy panels happening on panelsanity --- Archipelago/client.gd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Archipelago') diff --git a/Archipelago/client.gd b/Archipelago/client.gd index 916fd98..80f9bc1 100644 --- a/Archipelago/client.gd +++ b/Archipelago/client.gd @@ -330,7 +330,11 @@ func _on_data(): if _slot_data.has("sunwarp_permutation"): _sunwarp_mapping = _slot_data["sunwarp_permutation"] - if _door_shuffle and not _early_color_hallways: + if ( + _location_classification_bit != kCLASSIFICATION_LOCAL_INSANITY + and _door_shuffle + and not _early_color_hallways + ): _location_classification_bit += kCLASSIFICATION_LOCAL_SMALL_SPHERE_ONE if track_player: -- cgit 1.4.1