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


func _answer_correct():
	# TODO: Right now we are just assuming that door shuffle is on.
	var apclient = global.get_node("Archipelago")
	if apclient.paintingIsVanilla(self.name):
		._answer_correct()


func movePainting():
	._answer_correct()