Merge pull request #19964 from KorPhaeron/config

Replace health config with damage multiplier config
This commit is contained in:
Joan Lung
2016-08-20 17:09:01 -04:00
committed by GitHub
26 changed files with 59 additions and 70 deletions
+1 -1
View File
@@ -354,7 +354,7 @@
return 1
/obj/item/weapon/twohanded/shockpaddles/attack(mob/M, mob/user)
var/halfwaycritdeath = (config.health_threshold_crit + config.health_threshold_dead) / 2
var/halfwaycritdeath = (HEALTH_THRESHOLD_CRIT + HEALTH_THRESHOLD_DEAD) / 2
if(busy)
return