From 3183192c27bb5591e124df54cc62fd894d7e4a9b Mon Sep 17 00:00:00 2001 From: Kyep Date: Mon, 27 Jun 2016 22:05:37 -0700 Subject: [PATCH] Tigercat, Tigercat, does whatever a Tigercat does --- code/game/objects/items/weapons/implants/implant_mindshield.dm | 2 +- code/modules/mob/living/carbon/alien/alien.dm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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