diff --git a/code/game/objects/items/weapons/implants/implant_mindshield.dm b/code/game/objects/items/weapons/implants/implant_mindshield.dm
index 2591a17c240..a6efb21661f 100644
--- a/code/game/objects/items/weapons/implants/implant_mindshield.dm
+++ b/code/game/objects/items/weapons/implants/implant_mindshield.dm
@@ -12,7 +12,7 @@
Implant Details:
Function: Contains a small pod of nanobots that manipulate the host's mental functions.
- Special Features: Will prevent most forms of brainwashing.
+ Special Features: Will prevent and cure most forms of brainwashing.
Integrity: Implant will last so long as the nanobots are inside the bloodstream."}
return dat
diff --git a/code/modules/mob/living/carbon/alien/alien.dm b/code/modules/mob/living/carbon/alien/alien.dm
index c079a139272..74e9fbfce93 100644
--- a/code/modules/mob/living/carbon/alien/alien.dm
+++ b/code/modules/mob/living/carbon/alien/alien.dm
@@ -217,6 +217,7 @@
if(judgebot.check_for_weapons(r_hand))
threatcount += 4
+ //Mindshield implants imply trustworthyness
if(isloyal(src))
threatcount -= 1