From 920a51694da9f363f662f8c86d84783082d5f76e Mon Sep 17 00:00:00 2001 From: yourdoom9898 <32888098+yourdoom9898@users.noreply.github.com> Date: Tue, 17 Oct 2017 21:18:05 -0500 Subject: [PATCH] Add files via upload --- .../mob/living/carbon/human/species_types/jellypeople.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm index 60f2e821f2..1d69e294df 100644 --- a/code/modules/mob/living/carbon/human/species_types/jellypeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/jellypeople.dm @@ -145,10 +145,10 @@ bodies = old_species.bodies /datum/species/jelly/slime/spec_life(mob/living/carbon/human/H) - if(H.blood_volume >= BLOOD_VOLUME_SLIME_SPLIT) + /*if(H.blood_volume >= BLOOD_VOLUME_SLIME_SPLIT) if(prob(5)) - to_chat(H, "You feel very bloated!") - else if(H.nutrition >= NUTRITION_LEVEL_WELL_FED) + to_chat(H, "You feel very bloated!")*/ + if(H.nutrition >= NUTRITION_LEVEL_WELL_FED) H.blood_volume += 3 H.nutrition -= 2.5