mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 16:45:42 +00:00
Update species_types.dm
This commit is contained in:
@@ -210,8 +210,8 @@ datum/species/human/spec_death(gibbed, mob/living/carbon/human/H)
|
||||
for(var/datum/reagent/toxin/slimejelly/S in H.reagents.reagent_list)
|
||||
if(S.volume < 200)
|
||||
if(H.nutrition >= NUTRITION_LEVEL_STARVING)
|
||||
H.reagents.add_reagent("slimejelly", 1)
|
||||
H.nutrition -= 2
|
||||
H.reagents.add_reagent("slimejelly", 0.5)
|
||||
H.nutrition -= 2.5
|
||||
if(S.volume < 50)
|
||||
if(prob(5))
|
||||
H << "<span class='danger'>You feel drained!</span>"
|
||||
@@ -254,8 +254,8 @@ datum/species/human/spec_death(gibbed, mob/living/carbon/human/H)
|
||||
H << "<span class='notice'>You feel very bloated!</span>"
|
||||
if(S.volume < 200)
|
||||
if(H.nutrition >= NUTRITION_LEVEL_WELL_FED)
|
||||
H.reagents.add_reagent("slimejelly", 1)
|
||||
H.nutrition -= 2
|
||||
H.reagents.add_reagent("slimejelly", 0.5)
|
||||
H.nutrition -= 2.5
|
||||
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user