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()