missed this with my last pr (#11619)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user