Adds Off-Worlder Humans (#6078)

This commit is contained in:
Alberyk
2019-03-13 00:59:04 +01:00
committed by Werner
parent 8efed659d5
commit 97bcd70b1a
48 changed files with 853 additions and 533 deletions
+5 -10
View File
@@ -128,16 +128,11 @@ var/const/BLOOD_VOLUME_SURVIVE = 122
for(var/obj/item/organ/external/temp in organs)
if(!(temp.status & ORGAN_BLEEDING) || temp.status & ORGAN_ROBOT)
continue
if(isvaurca(src))
for(var/datum/wound/W in temp.wounds) if(W.bleeding())
blood_max += W.damage / 30
if (temp.open)
blood_max += 3 //Yer stomach is cut open
else
for(var/datum/wound/W in temp.wounds) if(W.bleeding())
blood_max += W.damage / 40
if (temp.open)
blood_max += 2 //Yer stomach is cut open
for(var/datum/wound/W in temp.wounds)
if(W.bleeding())
blood_max += ((W.damage / 40) * species.bleed_mod)
if (temp.open)
blood_max += 2 * species.bleed_mod //Yer stomach is cut open
drip(blood_max)
//Makes a blood drop, leaking amt units of blood from the mob