extends "res://scripts/doorControl.gd" func handle_correct(): var apclient = global.get_node("Archipelago") if not apclient._door_shuffle or apclient.doorIsVanilla(self.get_parent().name + "/" + self.name): .handle_correct() func openDoor(): if !ran: # Basically do the same thing that the base game does. ran = true $AnimationPlayer.play("Open") /git.fourisland.com/lingo-archipelago' title='lingo-archipelago Git repository'/>
about summary refs log tree commit diff stats
path: root/Archipelago/vendor/LICENSE
blob: 115ba158b0937f11930e953c21188a6b3f1e533d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21