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
@@ -37,6 +37,9 @@
return
*cancelled = TRUE
if(implantee == caster)
return
to_chat(implantee, SPAN_DANGER("Your mind wriggles as it repulses an outside thought."))
/obj/item/organ/internal/augment/bioaug/mind_blanker/proc/modify_sensitivity(var/implantee, var/effective_sensitivity)
@@ -85,6 +88,9 @@
return
*cancelled = TRUE
if(implantee == caster)
return
to_chat(implantee, SPAN_DANGER("Your mind wriggles as it repulses an outside thought."))
if(isliving(caster))
var/mob/living/victim = caster