We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e802c62 commit c597646Copy full SHA for c597646
1 file changed
region/tourian/main/Metroid Room 3.json
@@ -390,7 +390,7 @@
390
},
391
"requires": [
392
"canMetroidAvoid",
393
- "canTrickyGMode",
+ "canInsaneJump",
394
{"ammo": {"type": "PowerBomb", "count": 4}}
395
],
396
"setsFlags": ["f_KilledMetroidRoom3"],
@@ -1004,7 +1004,10 @@
1004
]},
1005
{"ammo": {"type": "PowerBomb", "count": 3}},
1006
{"or": [
1007
+ {"and": [
1008
+ "canTrickyGMode",
1009
+ "h_artificialMorphSpringFling"
1010
+ ]},
1011
{"ammo": {"type": "PowerBomb", "count": 1}}
1012
]}
1013
0 commit comments