Skip to content

Commit

Permalink
Force PB to be able to lay bombs first. (randovania#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee authored and JeffGainsNGames committed Feb 19, 2024
1 parent 0e56b33 commit 73908fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion randovania/games/fusion/logic_database/header.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@
"Can Use Power Bombs": {
"type": "and",
"data": {
"comment": null,
"comment": "TODO: currently PBs hard require bombs. this may change in the future?",
"items": [
{
"type": "resource",
Expand All @@ -449,6 +449,10 @@
"amount": 1,
"negate": false
}
},
{
"type": "template",
"data": "Can Use Bombs"
}
]
}
Expand Down
3 changes: 2 additions & 1 deletion randovania/games/fusion/logic_database/header.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Templates
Morph Ball and Morph Ball Bombs

* Can Use Power Bombs:
Morph Ball and Power Bombs
# TODO: currently PBs hard require bombs. this may change in the future?
Morph Ball and Power Bombs and Can Use Bombs

* Can Use Any Bombs:
All of the following:
Expand Down

0 comments on commit 73908fe

Please sign in to comment.