Skip to content

Commit c5aa8a1

Browse files
committed
Fix unsoundness
1 parent cdd205a commit c5aa8a1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

region/brinstar/pink/Big Pink.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3922,10 +3922,13 @@
39223922
"link": [17, 12],
39233923
"name": "G-mode Morph",
39243924
"requires": [
3925-
"canEnterGMode"
3925+
"canEnterGMode",
3926+
{"itemNotCollectedAtNode": 11},
3927+
"canRiskPermanentLossOfAccess"
39263928
],
39273929
"collectsItems": [11],
3928-
"flashSuitChecked": true
3930+
"flashSuitChecked": true,
3931+
"devNote": "If the item is not there, then another strat will be used to overload PLMs another way."
39293932
}
39303933
],
39313934
"notables": [

0 commit comments

Comments
 (0)