mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user