Skip to content

Commit 256a727

Browse files
authored
fix(monster): fix condition_immunities for Gelatinous Cube (#464)
1 parent d56743f commit 256a727

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/5e-SRD-Monsters.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15968,9 +15968,9 @@
1596815968
"url": "/api/conditions/charmed"
1596915969
},
1597015970
{
15971-
"index": "blinded",
15972-
"name": "Blinded",
15973-
"url": "/api/conditions/blinded"
15971+
"index": "deafened",
15972+
"name": "Deafened",
15973+
"url": "/api/conditions/deafened"
1597415974
},
1597515975
{
1597615976
"index": "exhaustion",

0 commit comments

Comments
 (0)