tweaks mindshield text (#17528)

* tweaks mindshield text

should be in line with the old loyalty implant now

* Update mindshield.dm
This commit is contained in:
Wowzewow (Wezzy)
2023-10-12 14:37:22 +00:00
committed by GitHub
parent 3725eaae90
commit 9b9392801c
2 changed files with 42 additions and 1 deletions
@@ -24,7 +24,7 @@
<b>Integrity:</b> Implant will last so long as the nanobots are inside the bloodstream."}
/obj/item/implant/mindshield/implanted(mob/M)
to_chat(M, SPAN_SUBTLE("You feel a weird feeling, as the implant's nanobots disperse through your brain."))
to_chat(M, SPAN_GOOD("You feel your mind steel against external suggestion!"))
if(istype(M, /mob/living/carbon/human))
var/mob/living/carbon/human/H = M
for(var/obj/item/implant/mindshield/loyalty/I in H)