From 256a72718fd6a72c224b23ee8d5b098120c4d0d3 Mon Sep 17 00:00:00 2001 From: Timothy Patullock <5308823+timpatullock@users.noreply.github.com> Date: Mon, 2 May 2022 02:26:34 +1000 Subject: [PATCH] fix(monster): fix condition_immunities for Gelatinous Cube (#464) --- src/5e-SRD-Monsters.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/5e-SRD-Monsters.json b/src/5e-SRD-Monsters.json index 00766a60..ccbe6e9c 100644 --- a/src/5e-SRD-Monsters.json +++ b/src/5e-SRD-Monsters.json @@ -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",