Skip to content

Commit

Permalink
Blood loss nerf (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
SpadesNeil committed Sep 16, 2016
1 parent f0b1979 commit c058851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/organs/blood.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ var/const/BLOOD_VOLUME_SURVIVE = 40
if(!(temp.status & ORGAN_BLEEDING) || (temp.robotic >= ORGAN_ROBOT))
continue
for(var/datum/wound/W in temp.wounds) if(W.bleeding())
blood_max += W.damage / 20
blood_max += W.damage / 30
if (temp.open)
blood_max += 2 //Yer stomach is cut open
drip(blood_max)
Expand Down

0 comments on commit c058851

Please sign in to comment.