Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Hawk_v3
2019-11-07 19:54:10 +00:00
215 changed files with 2053 additions and 888 deletions

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()