Skip to content

Commit c597646

Browse files
committed
feedback update
1 parent e802c62 commit c597646

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

region/tourian/main/Metroid Room 3.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
},
391391
"requires": [
392392
"canMetroidAvoid",
393-
"canTrickyGMode",
393+
"canInsaneJump",
394394
{"ammo": {"type": "PowerBomb", "count": 4}}
395395
],
396396
"setsFlags": ["f_KilledMetroidRoom3"],
@@ -1004,7 +1004,10 @@
10041004
]},
10051005
{"ammo": {"type": "PowerBomb", "count": 3}},
10061006
{"or": [
1007-
"canTrickyGMode",
1007+
{"and": [
1008+
"canTrickyGMode",
1009+
"h_artificialMorphSpringFling"
1010+
]},
10081011
{"ammo": {"type": "PowerBomb", "count": 1}}
10091012
]}
10101013
],

0 commit comments

Comments
 (0)