diff options
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() | ||