mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-30 03:53:33 +00:00
Optimization tweak, credit to Yoshax
This commit is contained in:
@@ -127,7 +127,7 @@ var/const/BLOOD_VOLUME_SURVIVE = 40
|
||||
var/blood_max = 0
|
||||
var/blood_loss_divisor = 30 //lower factor = more blood loss
|
||||
//This 30 is the "baseline" of a cut in the "vital" regions (head and torso).
|
||||
for(var/obj/item/organ/external/temp in organs)
|
||||
for(var/obj/item/organ/external/temp in bad_external_organs)
|
||||
if(!(temp.status & ORGAN_BLEEDING) || (temp.robotic >= ORGAN_ROBOT))
|
||||
continue
|
||||
for(var/datum/wound/W in temp.wounds)
|
||||
|
||||
Reference in New Issue
Block a user