From 22584500bcd295629972423eba1d35b55b995650 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 18 Nov 2021 16:41:20 -0700 Subject: [PATCH 1/2] Cooking mutant bug organs now properly removes parasites. --- data/json/items/comestibles/carnivore.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/items/comestibles/carnivore.json b/data/json/items/comestibles/carnivore.json index c8757aaf35aa8..095ada193f761 100644 --- a/data/json/items/comestibles/carnivore.json +++ b/data/json/items/comestibles/carnivore.json @@ -483,6 +483,7 @@ "snippet_category": "cooked_bug_organs_desc", "description": "Cooked mutant bug organs. It looks awful, but if you really eat it, you'll find -- it's worse than it looks.", "looks_like": "offal_cooked", + "parasites": 0, "healthy": -2, "delete": { "flags": [ "RAW" ] } }, From 01ee3eaa5e3df5ccf320585aec2efcbbd19a8aa6 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 18 Nov 2021 16:41:20 -0700 Subject: [PATCH 2/2] Partial fix CleverRaven#52166 cooked mutant bug organs now no longer have parasites --- data/json/items/comestibles/carnivore.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/json/items/comestibles/carnivore.json b/data/json/items/comestibles/carnivore.json index c8757aaf35aa8..095ada193f761 100644 --- a/data/json/items/comestibles/carnivore.json +++ b/data/json/items/comestibles/carnivore.json @@ -483,6 +483,7 @@ "snippet_category": "cooked_bug_organs_desc", "description": "Cooked mutant bug organs. It looks awful, but if you really eat it, you'll find -- it's worse than it looks.", "looks_like": "offal_cooked", + "parasites": 0, "healthy": -2, "delete": { "flags": [ "RAW" ] } },