Merge pull request #1768 from CIB/master

Bleeding fixes
This commit is contained in:
headswe
2012-10-15 10:59:27 -07:00
13 changed files with 10641 additions and 10473 deletions
+1 -1
View File
@@ -190,7 +190,7 @@
if(!(temp.status & ORGAN_BLEEDING) || temp.status & ORGAN_ROBOT)
continue
for(var/datum/wound/W in temp.wounds) if(W.bleeding())
blood_max += W.damage / 2
blood_max += W.damage / 4
if(temp.status & ORGAN_DESTROYED && !(temp.status & ORGAN_GAUZED))
blood_max += 20 //Yer missing a fucking limb.
drip(blood_max)