diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-04-13 18:09:30 -0400 | 
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-04-13 18:09:30 -0400 | 
| commit | 617e31fce21eb18d1ffccdc9c377d25535157351 (patch) | |
| tree | c1fbcee75a67062663a0fe1ff00f4be1db382be1 /Archipelago/painting_eye.gd | |
| parent | 679bba3b46ea30a329c617b3cc47645d540a261f (diff) | |
| download | lingo-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.gd | 12 | 
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 @@ | |||
| 1 | extends "res://scripts/painting_eye.gd" | ||
| 2 | |||
| 3 | |||
| 4 | func _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 | |||
| 11 | func movePainting(): | ||
| 12 | ._answer_correct() | ||
