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.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/Archipelago/load.gd b/Archipelago/load.gd index 57c7271..58dcd37 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd
@@ -100,6 +100,7 @@ func _load():
100 new_another_cdp.maxlength = (apclient._level_2_requirement - 1) 100 new_another_cdp.maxlength = (apclient._level_2_requirement - 1)
101 new_another_cdp.nested = true 101 new_another_cdp.nested = true
102 get_node("CountdownPanels").add_child(new_another_cdp) 102 get_node("CountdownPanels").add_child(new_another_cdp)
103 another_cdp.replace_with = ""
103 another_cdp.queue_free() 104 another_cdp.queue_free()
104 else: 105 else:
105 var another_replacement = another_cdp.get_node(another_cdp.replace_with) 106 var another_replacement = another_cdp.get_node(another_cdp.replace_with)