From 578f078a2d23f4ddbb985f36894765b262e5336f Mon Sep 17 00:00:00 2001 From: kiwedespars <47008095+kiwedespars@users.noreply.github.com> Date: Fri, 28 Aug 2020 16:46:55 -0700 Subject: [PATCH] whoops i forgot to make it not emp --- code/modules/antagonists/eldritch_cult/knowledge/rust_lore.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/eldritch_cult/knowledge/rust_lore.dm b/code/modules/antagonists/eldritch_cult/knowledge/rust_lore.dm index 467ddeee39..f5c54dd7bf 100644 --- a/code/modules/antagonists/eldritch_cult/knowledge/rust_lore.dm +++ b/code/modules/antagonists/eldritch_cult/knowledge/rust_lore.dm @@ -34,8 +34,8 @@ var/obj/effect/proc_holder/spell/targeted/touch/mansus_grasp/MG = X MG.charge_counter = min(round(MG.charge_counter + MG.charge_max * 0.75),MG.charge_max) target.rust_heretic_act() - target.emp_act(EMP_HEAVY) return TRUE + /datum/eldritch_knowledge/spell/area_conversion name = "Aggressive Spread" desc = "Spreads rust to nearby turfs. Destroys already rusted walls."