Makes pills digest when dropped in bellies (#11789)

This commit is contained in:
Guti
2025-10-13 15:13:49 +02:00
committed by GitHub
parent 15afd76828
commit 3fc0f20d13

View File

@@ -1051,7 +1051,7 @@
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
else if(item_digest_mode == IM_DIGEST_FOOD && !(istype(I,/obj/item/reagent_containers/food) || istype(I,/obj/item/organ)))
else if(item_digest_mode == IM_DIGEST_FOOD && !(istype(I,/obj/item/reagent_containers/food) || istype(I,/obj/item/organ) || istype(I,/obj/item/reagent_containers/pill))) // CHOMPEdit - Allow pills to digest in bellies
items_preserved |= I
//Reagent transfer