Skip to content

Commit 96617c0

Browse files
committed
Code review changes2
1 parent 220b56b commit 96617c0

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

region/crateria/east/The Moat.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -845,11 +845,12 @@
845845
"requires": [
846846
"h_bombThings",
847847
{"or": [
848-
"canBePatient",
848+
"canBeLucky",
849849
"Bombs",
850850
{"ammo": {"type": "PowerBomb", "count": 4}}
851851
]},
852852
{"tech": "canUnmorphBombBoost"},
853+
"canResetFallSpeed",
853854
"can4HighMidAirMorph"
854855
],
855856
"collectsItems": [3],
@@ -858,7 +859,8 @@
858859
"note": [
859860
"Jump and Morph very quickly to place a bomb to boost Samus to the right.",
860861
"The bomb should be as far right as possible, and just above door height."
861-
]
862+
],
863+
"devNote": "canBeLucky added for difficulty placement."
862864
},
863865
{
864866
"id": 23,
@@ -1134,7 +1136,12 @@
11341136
}
11351137
},
11361138
"requires": [
1137-
{"haveBlueSuit": {}}
1139+
{"haveBlueSuit": {}},
1140+
{"or": [
1141+
{"disableEquipment": "Gravity"},
1142+
"h_artificialMorphBombHorizontally",
1143+
"h_artificialMorphSpringBall"
1144+
]}
11381145
],
11391146
"flashSuitChecked": true,
11401147
"blueSuitChecked": true

0 commit comments

Comments
 (0)