mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user