Merge pull request #6146 from VOREStation/Verkister-patch-14

Fixes high endurance bodies dying in grower pod
This commit is contained in:
Novacat
2019-10-31 12:01:12 -04:00
committed by GitHub
+1 -1
View File
@@ -85,7 +85,7 @@
H.add_modifier(modifier_type)
//Apply damage
H.adjustCloneLoss((H.getMaxHealth() - config.health_threshold_dead)*0.75)
H.adjustCloneLoss((H.getMaxHealth() - config.health_threshold_dead)*-0.75)
H.Paralyse(4)
H.updatehealth()