Skip to content

Commit 548b095

Browse files
authored
Merge branch 'master' into green-brin-bluesuit-1
2 parents 2761bda + bbf0bdf commit 548b095

36 files changed

Lines changed: 1994 additions & 755 deletions

helpers.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,6 +1390,15 @@
13901390
{"partialRefill": {"type": "Energy", "limit": 1500}}
13911391
]
13921392
},
1393+
{
1394+
"name": "h_maybeCrystalFlash",
1395+
"requires": [
1396+
{"or": [
1397+
"h_CrystalFlash",
1398+
"free"
1399+
]}
1400+
]
1401+
},
13931402
{
13941403
"name": "h_acidCrystalFlash",
13951404
"requires": [

region/brinstar/pink/Big Pink Save Room.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"openEnd": 1
4747
}
4848
},
49-
"flashSuitChecked": true
49+
"flashSuitChecked": true,
50+
"blueSuitChecked": true
5051
},
5152
{
5253
"id": 2,
@@ -55,7 +56,8 @@
5556
"requires": [
5657
"h_CrystalFlash"
5758
],
58-
"flashSuitChecked": true
59+
"flashSuitChecked": true,
60+
"blueSuitChecked": true
5961
},
6062
{
6163
"id": 5,
@@ -80,14 +82,16 @@
8082
"link": [1, 2],
8183
"name": "Base",
8284
"requires": [],
83-
"flashSuitChecked": true
85+
"flashSuitChecked": true,
86+
"blueSuitChecked": true
8487
},
8588
{
8689
"id": 4,
8790
"link": [2, 1],
8891
"name": "Base",
8992
"requires": [],
90-
"flashSuitChecked": true
93+
"flashSuitChecked": true,
94+
"blueSuitChecked": true
9195
}
9296
],
9397
"notables": [],

0 commit comments

Comments
 (0)