diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-18 20:11:59 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-01-18 20:11:59 -0500 |
commit | f407444ceab9284f54597830160267f250c3c4c6 (patch) | |
tree | 10843b1d4c3e3a350681b252a4b7beb827b766d8 /Archipelago | |
parent | a66b6f5ce98be3f138a7cf76c7c15d09a9f49f0d (diff) | |
download | lingo-archipelago-f407444ceab9284f54597830160267f250c3c4c6.tar.gz lingo-archipelago-f407444ceab9284f54597830160267f250c3c4c6.tar.bz2 lingo-archipelago-f407444ceab9284f54597830160267f250c3c4c6.zip |
Exclude duplicate pearl painting
Diffstat (limited to 'Archipelago')
-rw-r--r-- | Archipelago/load.gd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Archipelago/load.gd b/Archipelago/load.gd index ef0ec14..afe304b 100644 --- a/Archipelago/load.gd +++ b/Archipelago/load.gd | |||
@@ -14,7 +14,8 @@ const EXCLUDED_PAINTINGS = [ | |||
14 | "scenery_3.tscn", | 14 | "scenery_3.tscn", |
15 | "scenery_4.tscn", | 15 | "scenery_4.tscn", |
16 | "scenery_5.tscn", | 16 | "scenery_5.tscn", |
17 | "pilgrim.tscn" | 17 | "pilgrim.tscn", |
18 | "so_pearl_bk.tscn" | ||
18 | ] | 19 | ] |
19 | 20 | ||
20 | 21 | ||