Sleigh room part locations are now behind Sleigh Room region to prevent confusion when using UT

This commit is contained in:
MarioSpore
2025-10-12 16:51:42 -04:00
parent f70b6c4c9c
commit 1870dd24ba
2 changed files with 10 additions and 10 deletions

View File

@@ -512,19 +512,19 @@ rules_dict: dict[str,list[list[str]]] = {
[]
],
"WV - Exhaust Pipes": [
[WV, REL]
[WV, REL, SR]
],
"WF - Skis": [
[WF]
[WF, SR]
],
"WD - Tires": [
[WD, RS, REL]
[WD, RS, REL, SR]
],
"WL - Submarine World - Twin-End Tuba": [
[WL, MM]
[WL, MM, SR]
],
"WL - South Shore - GPS": [
[WL, REL]
[WL, REL, SR]
],
"MC - 1st Crate Squashed": [
[]