diff options
Diffstat (limited to 'Archipelago/painting_eye.gd')
-rw-r--r-- | Archipelago/painting_eye.gd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Archipelago/painting_eye.gd b/Archipelago/painting_eye.gd index 86e0ce9..53d42b5 100644 --- a/Archipelago/painting_eye.gd +++ b/Archipelago/painting_eye.gd | |||
@@ -2,9 +2,8 @@ extends "res://scripts/painting_eye.gd" | |||
2 | 2 | ||
3 | 3 | ||
4 | func _answer_correct(): | 4 | func _answer_correct(): |
5 | # TODO: Right now we are just assuming that door shuffle is on. | ||
6 | var apclient = global.get_node("Archipelago") | 5 | var apclient = global.get_node("Archipelago") |
7 | if apclient.paintingIsVanilla(self.name): | 6 | if not apclient._door_shuffle or apclient.paintingIsVanilla(self.name): |
8 | ._answer_correct() | 7 | ._answer_correct() |
9 | 8 | ||
10 | 9 | ||