about summary refs log tree commit diff stats
path: root/Archipelago/painting_scenery.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Archipelago/painting_scenery.gd')
-rw-r--r--Archipelago/painting_scenery.gd11
1 files changed, 11 insertions, 0 deletions
diff --git a/Archipelago/painting_scenery.gd b/Archipelago/painting_scenery.gd new file mode 100644 index 0000000..f49d602 --- /dev/null +++ b/Archipelago/painting_scenery.gd
@@ -0,0 +1,11 @@
1extends "res://scripts/painting_scenery.gd"
2
3
4func _answer_correct():
5 var apclient = global.get_node("Archipelago")
6 if not apclient._door_shuffle or apclient.paintingIsVanilla(self.name):
7 ._answer_correct()
8
9
10func movePainting():
11 ._answer_correct()