mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user