about summary refs log tree commit diff stats
path: root/Archipelago
diff options
context:
space:
mode:
Diffstat (limited to 'Archipelago')
-rw-r--r--Archipelago/load.gd3
1 files changed, 3 insertions, 0 deletions
diff --git a/Archipelago/load.gd b/Archipelago/load.gd index 436198f..ecc39a4 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd
@@ -141,6 +141,9 @@ 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 # Make The Wondrous's FIRE solely midred.
145 set_gridmap_tile(-76.5, 1.5, -73.5, "MeshInstance18")
146
144 if apclient._panel_shuffle == apclient.kREARRANGE_PANELS: 147 if apclient._panel_shuffle == apclient.kREARRANGE_PANELS:
145 # Do the actual shuffling. 148 # Do the actual shuffling.
146 var panel_pools = {} 149 var panel_pools = {}