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