about summary refs log tree commit diff stats
path: root/Archipelago/painting_eye.gd
blob: 53d42b53d700de4c4530394c1979d5f2b9679e37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
extends "res://scripts/painting_eye.gd"


func _answer_correct():
	var apclient = global.get_node("Archipelago")
	if not apclient._door_shuffle or apclient.paintingIsVanilla(self.name):
		._answer_correct()


func movePainting():
	._answer_correct()