diff options
-rw-r--r-- | Archipelago/load.gd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Archipelago/load.gd b/Archipelago/load.gd index f536352..a6e428a 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd | |||
@@ -489,13 +489,13 @@ func _load(): | |||
489 | apclient.mapFinishedLoading() | 489 | apclient.mapFinishedLoading() |
490 | 490 | ||
491 | 491 | ||
492 | func _load_user_textures(): | 492 | func _load_user_textures(var custom = true): |
493 | # We are using this function as a hook to process queued Iceland Traps | 493 | # We are using this function as a hook to process queued Iceland Traps |
494 | # because it happens after the environment gets set. | 494 | # because it happens after the environment gets set. |
495 | var effects_node = get_tree().get_root().get_node("Spatial/AP_Effects") | 495 | var effects_node = get_tree().get_root().get_node("Spatial/AP_Effects") |
496 | effects_node.activate() | 496 | effects_node.activate() |
497 | 497 | ||
498 | ._load_user_textures() | 498 | ._load_user_textures(custom) |
499 | 499 | ||
500 | 500 | ||
501 | func sort_by_link(a, b): | 501 | func sort_by_link(a, b): |