summary refs log tree commit diff stats
path: root/client/Archipelago/player.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/Archipelago/player.gd')
-rw-r--r--client/Archipelago/player.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Archipelago/player.gd b/client/Archipelago/player.gd index 93eb14f..4569af5 100644 --- a/client/Archipelago/player.gd +++ b/client/Archipelago/player.gd
@@ -139,7 +139,7 @@ func _ready():
139 get_parent().add_child.call_deferred(locationListener) 139 get_parent().add_child.call_deferred(locationListener)
140 140
141 # Block off roof access in Daedalus. 141 # Block off roof access in Daedalus.
142 if global.map == "daedalus": 142 if global.map == "daedalus" and not ap.daedalus_roof_access:
143 _set_up_invis_wall(75.5, 11, -24.5, 1, 10, 49) 143 _set_up_invis_wall(75.5, 11, -24.5, 1, 10, 49)
144 _set_up_invis_wall(51.5, 11, -17, 16, 10, 1) 144 _set_up_invis_wall(51.5, 11, -17, 16, 10, 1)
145 _set_up_invis_wall(46, 10, -9.5, 1, 10, 10) 145 _set_up_invis_wall(46, 10, -9.5, 1, 10, 10)