From 817187dd7e7c7e5e1a6a775f5e19116a200becd7 Mon Sep 17 00:00:00 2001 From: Heroman Date: Mon, 26 Dec 2022 14:39:13 +1000 Subject: [PATCH] Makes IDs not contaminate in non-contaminating bellies --- code/modules/vore/eating/belly_obj_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/eating/belly_obj_vr.dm b/code/modules/vore/eating/belly_obj_vr.dm index f5fc359436..060ac05654 100644 --- a/code/modules/vore/eating/belly_obj_vr.dm +++ b/code/modules/vore/eating/belly_obj_vr.dm @@ -714,7 +714,7 @@ var/obj/item/I = M.get_equipped_item(slot = slot) if(I) M.unEquip(I,force = TRUE) - if(contaminates || istype(I, /obj/item/weapon/card/id)) + if(contaminates) I.gurgle_contaminate(contents, contamination_flavor, contamination_color) //We do an initial contamination pass to get stuff like IDs wet. if(item_digest_mode == IM_HOLD) items_preserved |= I