Lightning Bolt Buff

- Now always bounces 5 times (for a total of 6 hits).
- Now always does at least 15 damage per hit, with a maximum of 50.
- Now affects people wearing insulated gloves, tough luck if they're wearing an fully insulated chest-covering armor though.
This commit is contained in:
DZD
2015-08-09 16:42:49 -04:00
parent 541c662296
commit 93df90d09f
2 changed files with 7 additions and 16 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
apply_effect(STUTTER, agony_amount/10)
apply_effect(EYE_BLUR, agony_amount/10)
/mob/living/proc/electrocute_act(var/shock_damage, var/obj/source, var/siemens_coeff = 1.0)
/mob/living/proc/electrocute_act(var/shock_damage, var/obj/source, var/siemens_coeff = 1.0, var/def_zone = null)
return 0 //only carbon liveforms have this proc
/mob/living/emp_act(severity)