From 2b4e88ca0cf50c906267c691359c41e389de6699 Mon Sep 17 00:00:00 2001 From: Cenrus <31044876+Cenrus@users.noreply.github.com> Date: Mon, 5 Jul 2021 15:42:06 +0100 Subject: [PATCH 1/2] tele (#4741) --- code/modules/antagonists/eldritch_cult/eldritch_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/eldritch_cult/eldritch_items.dm b/code/modules/antagonists/eldritch_cult/eldritch_items.dm index 382ad4e91b..93a0f44902 100644 --- a/code/modules/antagonists/eldritch_cult/eldritch_items.dm +++ b/code/modules/antagonists/eldritch_cult/eldritch_items.dm @@ -54,7 +54,7 @@ /datum/action/innate/heretic_shatter/Activate() var/turf/safe_turf = find_safe_turf(zlevels = sword.z, extended_safety_checks = TRUE) - do_teleport(holder,safe_turf,forceMove = TRUE) + do_teleport(holder,safe_turf,forceMove = TRUE,channel = TELEPORT_CHANNEL_MAGIC) to_chat(holder,"You feel a gust of energy flow through your body... the Rusted Hills heard your call...") qdel(sword) From addd2eb208fb9e664b97cee28b8446b0687a05db Mon Sep 17 00:00:00 2001 From: root Date: Mon, 5 Jul 2021 14:42:42 +0000 Subject: [PATCH 2/2] Heretic blade shatter now uses magic channel