Skip to content

Commit

Permalink
fix(monster): fix condition_immunities for Gelatinous Cube (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
timpatullock authored May 1, 2022
1 parent d56743f commit 256a727
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 @@ -15968,9 +15968,9 @@
"url": "/api/conditions/charmed"
},
{
"index": "blinded",
"name": "Blinded",
"url": "/api/conditions/blinded"
"index": "deafened",
"name": "Deafened",
"url": "/api/conditions/deafened"
},
{
"index": "exhaustion",
Expand Down

0 comments on commit 256a727

Please sign in to comment.