about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Archipelago/load.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Archipelago/load.gd b/Archipelago/load.gd index 8360185..3a6efec 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd
@@ -91,7 +91,7 @@ func _load():
91 # Configure AN OTHER WAY. 91 # Configure AN OTHER WAY.
92 var another_cdp = get_node("CountdownPanels/CountdownPanel_level2_0") 92 var another_cdp = get_node("CountdownPanels/CountdownPanel_level2_0")
93 93
94 if apclient._victory_condition == apclient.kLEVEL_2: 94 if apclient._level_2_requirement > 1:
95 var new_another_cdp = cdp_auto_scene.instance() 95 var new_another_cdp = cdp_auto_scene.instance()
96 new_another_cdp.name = "AP_variable_another" 96 new_another_cdp.name = "AP_variable_another"
97 new_another_cdp.replace_with = another_cdp.replace_with 97 new_another_cdp.replace_with = another_cdp.replace_with