diff options
Diffstat (limited to 'Archipelago/painting_scenery.gd')
-rw-r--r-- | Archipelago/painting_scenery.gd | 11 |
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 @@ | |||
1 | extends "res://scripts/painting_scenery.gd" | ||
2 | |||
3 | |||
4 | func _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 | |||
10 | func movePainting(): | ||
11 | ._answer_correct() | ||