diff options
-rw-r--r-- | Archipelago/load.gd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Archipelago/load.gd b/Archipelago/load.gd index 33d5ab0..789775c 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd | |||
@@ -183,6 +183,9 @@ func _load(): | |||
183 | set_gridmap_tile(-88.5, 4.5, -41.5, "MeshInstance8") | 183 | set_gridmap_tile(-88.5, 4.5, -41.5, "MeshInstance8") |
184 | set_gridmap_tile(-89.5, 4.5, -41.5, "MeshInstance4") | 184 | set_gridmap_tile(-89.5, 4.5, -41.5, "MeshInstance4") |
185 | 185 | ||
186 | # Remove welcome back / color hallway / sunwarp indicators. | ||
187 | $Decorations/Signs/"Welcome Back Signs".queue_free() | ||
188 | |||
186 | if apclient._panel_shuffle != apclient.kNO_PANEL_SHUFFLE: | 189 | if apclient._panel_shuffle != apclient.kNO_PANEL_SHUFFLE: |
187 | # Make The Wondrous's FIRE solely midred. | 190 | # Make The Wondrous's FIRE solely midred. |
188 | set_gridmap_tile(-76.5, 1.5, -73.5, "MeshInstance18") | 191 | set_gridmap_tile(-76.5, 1.5, -73.5, "MeshInstance18") |