Skip to content

Commit

Permalink
Fix usage of Flaming Star (foundryvtt#14887)
Browse files Browse the repository at this point in the history
  • Loading branch information
Intervencion committed May 30, 2024
1 parent 167c6a5 commit 1e1d6b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packs/equipment/flaming-star-greater.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]
},
"usage": {
"value": "held-in-one-hand"
"value": "affixed-to-armor-or-a-weapon"
}
},
"type": "equipment"
Expand Down
2 changes: 1 addition & 1 deletion packs/equipment/flaming-star-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]
},
"usage": {
"value": "held-in-one-hand"
"value": "affixed-to-armor-or-a-weapon"
}
},
"type": "equipment"
Expand Down
2 changes: 1 addition & 1 deletion packs/equipment/flaming-star.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]
},
"usage": {
"value": "held-in-one-hand"
"value": "affixed-to-armor-or-a-weapon"
}
},
"type": "equipment"
Expand Down

0 comments on commit 1e1d6b6

Please sign in to comment.