about summary refs log tree commit diff stats
path: root/Archipelago/load.gd
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-01-12 15:08:41 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2024-01-12 15:08:41 -0500
commita66b6f5ce98be3f138a7cf76c7c15d09a9f49f0d (patch)
treef38a2873c0673d0819881f43146ba6b8ff080fef /Archipelago/load.gd
parent3a78350a4c85ebe022e2b07b030d59436029c856 (diff)
downloadlingo-archipelago-a66b6f5ce98be3f138a7cf76c7c15d09a9f49f0d.tar.gz
lingo-archipelago-a66b6f5ce98be3f138a7cf76c7c15d09a9f49f0d.tar.bz2
lingo-archipelago-a66b6f5ce98be3f138a7cf76c7c15d09a9f49f0d.zip
Deleted some glass blocks
Diffstat (limited to 'Archipelago/load.gd')
-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.