Skip to content

Commit a976346

Browse files
committed
Fix extra morph requirement
1 parent 3a551b5 commit a976346

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

region/lowernorfair/east/Wasteland.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
},
534534
"requires": [
535535
"h_canArtificialMorphMovement",
536-
"h_canUsePowerBombs",
536+
"h_canArtificialMorphPowerBomb",
537537
{"heatFrames": 0}
538538
],
539539
"clearsObstacles": ["E"],
@@ -559,6 +559,7 @@
559559
},
560560
"requires": [
561561
"Morph",
562+
"canTrickyJump",
562563
{"or": [
563564
"canInsaneJump",
564565
{"ammo": {"type": "Super", "count": 1}},

0 commit comments

Comments
 (0)