diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-13 20:03:37 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-13 20:03:37 -0500 |
commit | 302fe08648f9c5de29f6d842db0e74b39e999557 (patch) | |
tree | 0d6b37411cf0a3545184358cc9fb8c3ec93f664f /Archipelago | |
parent | 6f1469e8312ccebdb321cb34a5013ac38b1ebc8c (diff) | |
download | lingo-archipelago-302fe08648f9c5de29f6d842db0e74b39e999557.tar.gz lingo-archipelago-302fe08648f9c5de29f6d842db0e74b39e999557.tar.bz2 lingo-archipelago-302fe08648f9c5de29f6d842db0e74b39e999557.zip |
ZERO blockage is different now
Diffstat (limited to 'Archipelago')
-rw-r--r-- | Archipelago/load.gd | 10 |
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): |