diff --git a/code/modules/organs/blood.dm b/code/modules/organs/blood.dm index 105a547e08..c5dfeb2a8c 100644 --- a/code/modules/organs/blood.dm +++ b/code/modules/organs/blood.dm @@ -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 / 40 + blood_max += W.damage / 20 if (temp.open) blood_max += 2 //Yer stomach is cut open drip(blood_max)