From 7aa62e5c0ac0d86e5aed2ead2a7116ea0edbffde Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 16 Apr 2023 16:09:37 -0400 Subject: Implemented color shuffle --- Archipelago/painting_eye.gd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Archipelago/painting_eye.gd') diff --git a/Archipelago/painting_eye.gd b/Archipelago/painting_eye.gd index 86e0ce9..53d42b5 100644 --- a/Archipelago/painting_eye.gd +++ b/Archipelago/painting_eye.gd @@ -2,9 +2,8 @@ extends "res://scripts/painting_eye.gd" func _answer_correct(): - # TODO: Right now we are just assuming that door shuffle is on. var apclient = global.get_node("Archipelago") - if apclient.paintingIsVanilla(self.name): + if not apclient._door_shuffle or apclient.paintingIsVanilla(self.name): ._answer_correct() -- cgit 1.4.1