From 8d8e3f43d4dec3cff2baaff0a769f6875dcc22a3 Mon Sep 17 00:00:00 2001 From: Decius-R Date: Mon, 14 Jul 2014 19:14:38 -0400 Subject: [PATCH] Fixed a small mistake.. Forgot to remove where I was going to originally make a proc. Didn't see it at skim through. Fixed. --- code/game/objects/items/weapons/implants/implant.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/game/objects/items/weapons/implants/implant.dm b/code/game/objects/items/weapons/implants/implant.dm index b9f3ef4afd..c474650f9a 100644 --- a/code/game/objects/items/weapons/implants/implant.dm +++ b/code/game/objects/items/weapons/implants/implant.dm @@ -2,10 +2,6 @@ #define MALFUNCTION_PERMANENT 2 -/mob/living/carbon/human/ - - - /obj/item/weapon/implant name = "implant" icon = 'icons/obj/device.dmi'