Skip to content

Commit a7d814e

Browse files
authored
Merge pull request #2080 from blkerby/alpha-pb-fix
Alpha PBs: fix Base strat 2->3
2 parents ef635da + 9125120 commit a7d814e

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)