From 9e78244dbd69ed1794d7a568bea36cbcb28cc590 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Tue, 5 Mar 2019 17:32:55 +0100 Subject: [PATCH] Update implant.dm --- code/modules/resleeving/implant.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/resleeving/implant.dm b/code/modules/resleeving/implant.dm index c384ce9342..87da1de43d 100644 --- a/code/modules/resleeving/implant.dm +++ b/code/modules/resleeving/implant.dm @@ -95,7 +95,7 @@ /obj/item/weapon/backup_implanter/attack(mob/M as mob, mob/user as mob) if (!istype(M, /mob/living/carbon)) return - var//mob/living/carbon/implantee = M//CHOMPEDIT implant check + var/mob/living/carbon/implantee = M//CHOMPEDIT implant check if (implantee.hasImplant) return if (user && imps.len)