about summary refs log tree commit diff stats
path: root/Archipelago/load.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Archipelago/load.gd')
-rw-r--r--Archipelago/load.gd10
1 files changed, 3 insertions, 7 deletions
diff --git a/Archipelago/load.gd b/Archipelago/load.gd index 789775c..8cc9120 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd
@@ -166,13 +166,9 @@ func _load():
166 # Move The Lab's OPEN out of the wall. 166 # Move The Lab's OPEN out of the wall.
167 panels_parent.get_node("Chemistry Room/Panel_open").translation.x = -87.001 167 panels_parent.get_node("Chemistry Room/Panel_open").translation.x = -87.001
168 168
169 # Move ZERO out of the wall and change the wall to be white. 169 # Rotate ZERO toward the front, and remove the black door.
170 panels_parent.get_node("Backside Room/Panel_zero_zero").translation.z = 16.499 170 panels_parent.get_node("Backside Room/Panel_zero_zero").rotation_degrees.y = 180
171 171 get_node("Doors/Count Up Room Area Doors/Door_zero_hider_3").queue_free()
172 set_small_gridmap_tile(-76.25, 1.75, 16.75, "SmallMeshInstance5")
173 set_small_gridmap_tile(-76.75, 1.75, 16.75, "SmallMeshInstance5")
174 set_small_gridmap_tile(-76.25, 1.25, 16.75, "SmallMeshInstance5")
175 set_small_gridmap_tile(-76.75, 1.25, 16.75, "SmallMeshInstance5")
176 172
177 # Block the roof access to The Wondrous. 173 # Block the roof access to The Wondrous.
178 for x in range(0, 3): 174 for x in range(0, 3):