diff options
Diffstat (limited to 'client/Archipelago/worldport.gd')
| -rw-r--r-- | client/Archipelago/worldport.gd | 10 |
1 files changed, 0 insertions, 10 deletions
| diff --git a/client/Archipelago/worldport.gd b/client/Archipelago/worldport.gd deleted file mode 100644 index d0fb6c9..0000000 --- a/client/Archipelago/worldport.gd +++ /dev/null | |||
| @@ -1,10 +0,0 @@ | |||
| 1 | extends "res://scripts/nodes/worldport.gd" | ||
| 2 | |||
| 3 | |||
| 4 | func _ready(): | ||
| 5 | if global.map == "icarus" and exit == "daedalus": | ||
| 6 | var ap = global.get_node("Archipelago") | ||
| 7 | if not ap.daedalus_roof_access: | ||
| 8 | entry_point = Vector3(58, 10, 0) | ||
| 9 | |||
| 10 | super._ready() | ||
