Merge pull request #12843 from Citadel-Station-13/silicons-patch-40

uhhhhhhh ok nothing to see here let's fix spell packets this time again
This commit is contained in:
Lin
2020-07-20 19:05:28 -05:00
committed by GitHub
+1 -1
View File
@@ -371,7 +371,7 @@
if(isliving(hit_atom))
var/mob/living/M = hit_atom
if(!M.anti_magic_check())
M.electrocute_act(80, src, SHOCK_ILLUSION)
M.electrocute_act(80, src, null, SHOCK_ILLUSION)
qdel(src)
/obj/item/spellpacket/lightningbolt/throw_at(atom/target, range, speed, mob/thrower, spin=1, diagonals_first = 0, datum/callback/callback)