about summary refs log tree commit diff stats
path: root/Archipelago/painting_eye.gd
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-04-13 18:09:30 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-04-13 18:09:30 -0400
commit617e31fce21eb18d1ffccdc9c377d25535157351 (patch)
treec1fbcee75a67062663a0fe1ff00f4be1db382be1 /Archipelago/painting_eye.gd
parent679bba3b46ea30a329c617b3cc47645d540a261f (diff)
downloadlingo-archipelago-617e31fce21eb18d1ffccdc9c377d25535157351.tar.gz
lingo-archipelago-617e31fce21eb18d1ffccdc9c377d25535157351.tar.bz2
lingo-archipelago-617e31fce21eb18d1ffccdc9c377d25535157351.zip
It WORKS!
You can send checks and receive door items!
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()