about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Archipelago/load.gd8
1 files changed, 4 insertions, 4 deletions
diff --git a/Archipelago/load.gd b/Archipelago/load.gd index edfeb3c..ef0ec14 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd
@@ -237,12 +237,12 @@ func _load():
237 237
238 if apclient._panel_shuffle != apclient.kNO_PANEL_SHUFFLE: 238 if apclient._panel_shuffle != apclient.kNO_PANEL_SHUFFLE:
239 # Make The Wondrous's FIRE solely midred. 239 # Make The Wondrous's FIRE solely midred.
240 set_gridmap_tile(-76.5, 1.5, -73.5, "MeshInstance18") 240 clear_gridmap_tile(-76.5, 1.5, -73.5)
241 241
242 # Reduce double/triple length puzzles in Knight/Night. 242 # Reduce double/triple length puzzles in Knight/Night.
243 set_gridmap_tile(24.5, 1.5, 11.5, "MeshInstance18") 243 clear_gridmap_tile(24.5, 1.5, 11.5)
244 set_gridmap_tile(25.5, 1.5, 11.5, "MeshInstance18") 244 clear_gridmap_tile(25.5, 1.5, 11.5)
245 set_gridmap_tile(47.5, 1.5, 11.5, "MeshInstance18") 245 clear_gridmap_tile(47.5, 1.5, 11.5)
246 246
247 if apclient._panel_shuffle == apclient.kREARRANGE_PANELS: 247 if apclient._panel_shuffle == apclient.kREARRANGE_PANELS:
248 # Do the actual shuffling. 248 # Do the actual shuffling.