Fix Mindshield Spam (#21667)

Fixes this.
<img width="428" height="173" alt="image"
src="https://github.com/user-attachments/assets/fa63ef38-a59a-4fb6-a3f1-a1596b0a4829"
/>
This commit is contained in:
VMSolidus
2025-12-16 20:47:42 +00:00
committed by GitHub
parent ba7c93327b
commit d407441112
3 changed files with 13 additions and 0 deletions
@@ -56,6 +56,9 @@
/obj/item/implant/mindshield/proc/cancel_power(var/implantee, var/caster, var/cancelled)
SIGNAL_HANDLER
*cancelled = TRUE
if(implantee == caster)
return
to_chat(implantee, SPAN_DANGER("Your [name] buzzes angrily."))
/obj/item/implant/mindshield/emp_act(severity)