Skip to content

Commit

Permalink
Update lightning_flow.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Moltijoe committed Jul 4, 2024
1 parent f43f0c6 commit 94d5cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/martial/lightning_flow.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
var/final_armour = (electric_armour + melee_armour) / 2
target.apply_damage(amount, BURN, zone, final_armour)
if(ishuman(target))
var/mob/living/carbon/human/flicker
var/mob/living/carbon/human/flicker = target
flicker.electrocution_animation(4 SECONDS)

/datum/martial_art/lightning_flow/proc/on_click(mob/living/carbon/human/H, atom/target, params)
Expand Down

0 comments on commit 94d5cd2

Please sign in to comment.