diff options
Diffstat (limited to 'Archipelago/load.gd')
-rw-r--r-- | Archipelago/load.gd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Archipelago/load.gd b/Archipelago/load.gd index 5d37595..3b2f9ad 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd | |||
@@ -141,6 +141,11 @@ func _load(): | |||
141 | set_small_gridmap_tile(-76.25, 1.25, 16.75, "SmallMeshInstance5") | 141 | set_small_gridmap_tile(-76.25, 1.25, 16.75, "SmallMeshInstance5") |
142 | set_small_gridmap_tile(-76.75, 1.25, 16.75, "SmallMeshInstance5") | 142 | set_small_gridmap_tile(-76.75, 1.25, 16.75, "SmallMeshInstance5") |
143 | 143 | ||
144 | # Block the roof access to The Wondrous. | ||
145 | for x in range(0, 3): | ||
146 | for z in range(0, 3): | ||
147 | set_gridmap_tile(-95.5 - x, -3.5, -44.5 - z, "MeshInstance4") | ||
148 | |||
144 | if apclient._panel_shuffle != apclient.kNO_PANEL_SHUFFLE: | 149 | if apclient._panel_shuffle != apclient.kNO_PANEL_SHUFFLE: |
145 | # Make The Wondrous's FIRE solely midred. | 150 | # Make The Wondrous's FIRE solely midred. |
146 | set_gridmap_tile(-76.5, 1.5, -73.5, "MeshInstance18") | 151 | set_gridmap_tile(-76.5, 1.5, -73.5, "MeshInstance18") |