Skip to content

Commit 9125120

Browse files
committed
Alpha PBs: fix Base strat 2->3
1 parent 6534c25 commit 9125120

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

region/brinstar/red/Alpha Power Bomb Room.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,10 @@
644644
"link": [2, 3],
645645
"name": "Base",
646646
"requires": [
647-
"h_usePowerBomb"
647+
{"or": [
648+
{"obstaclesCleared": ["B"]},
649+
"h_usePowerBomb"
650+
]}
648651
],
649652
"clearsObstacles": ["B"]
650653
},

0 commit comments

Comments
 (0)