about summary refs log tree commit diff stats
path: root/Archipelago/load.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Archipelago/load.gd')
-rw-r--r--Archipelago/load.gd5
1 files changed, 3 insertions, 2 deletions
diff --git a/Archipelago/load.gd b/Archipelago/load.gd index ce97918..b6d0fba 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd
@@ -181,8 +181,9 @@ func _load():
181 set_gridmap_tile(-88.5, 4.5, -41.5, "MeshInstance8") 181 set_gridmap_tile(-88.5, 4.5, -41.5, "MeshInstance8")
182 set_gridmap_tile(-89.5, 4.5, -41.5, "MeshInstance4") 182 set_gridmap_tile(-89.5, 4.5, -41.5, "MeshInstance4")
183 183
184 # Remove welcome back / color hallway / sunwarp indicators. 184 if apclient.confusify_world:
185 $Decorations/Signs/"Welcome Back Signs".queue_free() 185 # Remove welcome back / color hallway / sunwarp indicators.
186 $Decorations/Signs/"Welcome Back Signs".queue_free()
186 187
187 if apclient._panel_shuffle != apclient.kNO_PANEL_SHUFFLE: 188 if apclient._panel_shuffle != apclient.kNO_PANEL_SHUFFLE:
188 # Make The Wondrous's FIRE solely midred. 189 # Make The Wondrous's FIRE solely midred.