about summary refs log tree commit diff stats
path: root/Archipelago/painting_eye.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Archipelago/painting_eye.gd')
-rw-r--r--Archipelago/painting_eye.gd12
1 files changed, 12 insertions, 0 deletions
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 @@
1extends "res://scripts/painting_eye.gd"
2
3
4func _answer_correct():
5 # TODO: Right now we are just assuming that door shuffle is on.
6 var apclient = global.get_node("Archipelago")
7 if apclient.paintingIsVanilla(self.name):
8 ._answer_correct()
9
10
11func movePainting():
12 ._answer_correct()