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


func _ready():
	if global.map == "icarus" and exit == "daedalus":
		var ap = global.get_node("Archipelago")
		if not ap.daedalus_roof_access:
			entry_point = Vector3(58, 10, 0)

	super._ready()