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