From bf5b03c0d4fc3d00d2cc44dcec15d95f6ff15fec Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sun, 23 Mar 2025 07:13:42 -0700 Subject: [PATCH] [MIRROR] makes contamination off by default (#10511) Co-authored-by: TankTheBirb <96669534+TankTheBirb@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> --- 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 2777886bf5..9a1ff260b7 100644 --- a/code/modules/vore/eating/belly_obj_vr.dm +++ b/code/modules/vore/eating/belly_obj_vr.dm @@ -140,7 +140,7 @@ var/tmp/digested_prey_count = 0 // Amount of prey that have been digested var/item_digest_mode = IM_DIGEST_FOOD // Current item-related mode from item_digest_modes - var/contaminates = TRUE // Whether the belly will contaminate stuff + var/contaminates = TRUE // Whether the belly will contaminate stuff // CHOMPEdit var/contamination_flavor = "Generic" // Determines descriptions of contaminated items var/contamination_color = "green" // Color of contamination overlay