From 617e31fce21eb18d1ffccdc9c377d25535157351 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Thu, 13 Apr 2023 18:09:30 -0400 Subject: It WORKS! You can send checks and receive door items! --- Archipelago/painting_eye.gd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Archipelago/painting_eye.gd (limited to 'Archipelago/painting_eye.gd') diff --git a/Archipelago/painting_eye.gd b/Archipelago/painting_eye.gd new file mode 100644 index 0000000..86e0ce9 --- /dev/null +++ b/Archipelago/painting_eye.gd @@ -0,0 +1,12 @@ +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): + ._answer_correct() + + +func movePainting(): + ._answer_correct() -- cgit 1.4.1