From 23a02373165e405e4f920874f3c5f1df1f6ebce7 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 2 Jul 2023 13:28:47 -0400 Subject: Block roof access to The Wondrous --- Archipelago/load.gd | 5 +++++ 1 file changed, 5 insertions(+) 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(): set_small_gridmap_tile(-76.25, 1.25, 16.75, "SmallMeshInstance5") set_small_gridmap_tile(-76.75, 1.25, 16.75, "SmallMeshInstance5") + # Block the roof access to The Wondrous. + for x in range(0, 3): + for z in range(0, 3): + set_gridmap_tile(-95.5 - x, -3.5, -44.5 - z, "MeshInstance4") + if apclient._panel_shuffle != apclient.kNO_PANEL_SHUFFLE: # Make The Wondrous's FIRE solely midred. set_gridmap_tile(-76.5, 1.5, -73.5, "MeshInstance18") -- cgit 1.4.1