Skip to content

Commit 99c08b5

Browse files
authored
Merge pull request #2174 from kjbranch/wasteland-fix
Fix Wasteland traversal missing a Power Bomb
2 parents 9c0fe6c + 6da4cd8 commit 99c08b5

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

region/lowernorfair/east/Wasteland.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,8 +1671,14 @@
16711671
"h_bombThings",
16721672
{"or": [
16731673
"h_usePowerBomb",
1674-
"canInsaneJump",
1675-
{"obstaclesCleared": ["E"]}
1674+
{"and": [
1675+
"h_useMorphBombs",
1676+
"canInsaneJump"
1677+
]},
1678+
{"and": [
1679+
"h_useMorphBombs",
1680+
{"obstaclesCleared": ["E"]}
1681+
]}
16761682
]},
16771683
{"heatFrames": 350}
16781684
],

0 commit comments

Comments
 (0)