mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-24 04:26:38 +01:00
Update implant.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user