From 77ad8edd5be046e4f1a6dd67e0fbef4824692e32 Mon Sep 17 00:00:00 2001 From: Seth Scherer Date: Tue, 11 Jan 2022 16:22:18 -0500 Subject: [PATCH] Can no longer use tk to teleport with the bluespace prophet truama (#63906) --- code/datums/brain_damage/special.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/datums/brain_damage/special.dm b/code/datums/brain_damage/special.dm index 857a6870190..493369d6cd3 100644 --- a/code/datums/brain_damage/special.dm +++ b/code/datums/brain_damage/special.dm @@ -140,6 +140,10 @@ user.visible_message(span_warning("[user] [slip_out_message]."), span_notice("...and find your way to the other side.")) +/obj/effect/hallucination/simple/bluespace_stream/attack_tk(mob/user) + to_chat(user, span_warning("\The [src] actively rejects your mind, and the bluespace energies surrounding it disrupt your telekinesis!")) + return COMPONENT_CANCEL_ATTACK_CHAIN + /datum/brain_trauma/special/quantum_alignment name = "Quantum Alignment" desc = "Patient is prone to frequent spontaneous quantum entanglement, against all odds, causing spatial anomalies."