From 49c11d1c9e59c1f1d5bb66c3a005f70e9a0148b7 Mon Sep 17 00:00:00 2001 From: d3athrow Date: Mon, 28 Apr 2014 22:22:54 -0500 Subject: [PATCH] compile fuck --- code/game/objects/items/weapons/implants/implant.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/implants/implant.dm b/code/game/objects/items/weapons/implants/implant.dm index 5c383041e32..86c037a2c48 100644 --- a/code/game/objects/items/weapons/implants/implant.dm +++ b/code/game/objects/items/weapons/implants/implant.dm @@ -368,7 +368,7 @@ the implant may become unstable and either pre-maturely inject the subject or si var/mob/living/carbon/human/H = M if(M == user) user << "You feel quite stupid for doing that." - if(isliving(user) + if(isliving(user)) user:brainloss += 10 return if(locate(/obj/item/weapon/implant/traitor) in H.contents || locate(/obj/item/weapon/implant/traitor) in H.contents)