Skip to content

Commit

Permalink
fix(monsters): Fix Badger damage type (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
bagelbits committed Jan 24, 2024
1 parent 033d589 commit d48372d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/5e-SRD-Monsters.json
Original file line number Diff line number Diff line change
Expand Up @@ -7542,9 +7542,9 @@
"damage": [
{
"damage_type": {
"index": "bludgeoning",
"name": "Bludgeoning",
"url": "/api/damage-types/bludgeoning"
"index": "piercing",
"name": "Piercing",
"url": "/api/damage-types/piercing"
},
"damage_dice": "1"
}
Expand Down

0 comments on commit d48372d

Please sign in to comment.