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