A few fixes.

This commit is contained in:
Head
2012-07-28 17:16:22 +02:00
parent b6c4e9e9be
commit 3a1f30ece4
4 changed files with 7 additions and 5 deletions
@@ -114,8 +114,7 @@
..()
/obj/item/weapon/implanter/compressed/afterattack(atom/A, mob/user as mob)
if(istype(A,/obj/item))
var/obj/item/weapon/implant/compressed/c = imp
c.scanned = A
if(istype(A,/obj/item) && imp)
imp:scanned = A
A.loc.contents.Remove(A)
update()