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, 5 insertions, 0 deletions
diff --git a/Archipelago/load.gd b/Archipelago/load.gd index ecc39a4..331cf0b 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd
@@ -144,6 +144,11 @@ func _load():
144 # Make The Wondrous's FIRE solely midred. 144 # Make The Wondrous's FIRE solely midred.
145 set_gridmap_tile(-76.5, 1.5, -73.5, "MeshInstance18") 145 set_gridmap_tile(-76.5, 1.5, -73.5, "MeshInstance18")
146 146
147 # Reduce double/triple length puzzles in Knight/Night.
148 set_gridmap_tile(24.5, 1.5, 11.5, "MeshInstance18")
149 set_gridmap_tile(25.5, 1.5, 11.5, "MeshInstance18")
150 set_gridmap_tile(47.5, 1.5, 11.5, "MeshInstance18")
151
147 if apclient._panel_shuffle == apclient.kREARRANGE_PANELS: 152 if apclient._panel_shuffle == apclient.kREARRANGE_PANELS:
148 # Do the actual shuffling. 153 # Do the actual shuffling.
149 var panel_pools = {} 154 var panel_pools = {}