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."