More fixes. Urgh

This commit is contained in:
Artur
2019-12-08 21:47:25 +02:00
parent 4711eb0987
commit 9773b530f8
21 changed files with 201 additions and 238 deletions
@@ -177,6 +177,8 @@
bodies = old_species.bodies
/datum/species/jelly/slime/spec_life(mob/living/carbon/human/H)
if((HAS_TRAIT(H, TRAIT_NOMARROW)))
return
if(H.blood_volume >= BLOOD_VOLUME_SLIME_SPLIT)
if(prob(5))
to_chat(H, "<span class='notice'>You feel very bloated!</span>")