From 6f837d6ae45785215bdd256c5bbecda2d52eb79e Mon Sep 17 00:00:00 2001
From: Garen Crownguard <22408776+Garen7@users.noreply.github.com>
Date: Wed, 10 Jul 2019 20:58:06 -0500
Subject: [PATCH] properly uses up mindshield implant on unconvertables
---
code/game/objects/items/implants/implant_mindshield.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/game/objects/items/implants/implant_mindshield.dm b/code/game/objects/items/implants/implant_mindshield.dm
index 35764e40f94..5a3edeb994f 100644
--- a/code/game/objects/items/implants/implant_mindshield.dm
+++ b/code/game/objects/items/implants/implant_mindshield.dm
@@ -39,7 +39,7 @@
target.visible_message("[target] seems to resist the implant!", "You feel something interfering with your mental conditioning, but you resist it!")
removed(target, 1)
qdel(src)
- return FALSE
+ return TRUE //the implant is still used
var/datum/antagonist/hivevessel/woke = target.is_wokevessel()
if(is_hivemember(target))