missed this with my last pr (#11619)

This commit is contained in:
necromanceranne
2020-03-26 11:01:34 +11:00
committed by GitHub
parent c986d440b6
commit b57ce2d7ff
+1 -1
View File
@@ -220,7 +220,7 @@
/obj/item/bodypart/proc/get_damage(include_stamina = FALSE)
var/total = brute_dam + burn_dam
if(include_stamina)
total += stamina_dam
total = max(total, stamina_dam)
return total
//Checks disabled status thresholds