Skip to content

Commit

Permalink
Blood loss nerf
Browse files Browse the repository at this point in the history
  • Loading branch information
SpadesNeil committed Sep 16, 2016
1 parent 9273bc8 commit 6e07f10
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 6e07f10

Please sign in to comment.