mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Makes pills digest when dropped in bellies (#11789)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user