nerfs heart damage (#7201)

This commit is contained in:
tacoguy7765093
2023-11-11 13:25:18 +01:00
committed by GitHub
parent d4ef4d44ac
commit e2d03b23a3
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -346,8 +346,8 @@
blood_volume *= 0.3
else if(heart.is_bruised())
blood_volume *= 0.7
else if(heart.damage > 1)
blood_volume *= 0.8
else if(heart.damage > 5) //CHOMPedit, so ONE heart damage isnt 20% of blood missing, now its 5
blood_volume *= 0.9 //chompedit, 90% instead of 80%
return blood_volume < H.species.blood_volume*H.species.blood_level_fatal
/obj/item/weapon/shockpaddles/proc/check_charge(var/charge_amt)