Compressed implant item now will be put in hands instead of the floor.

This commit is contained in:
Chinsky
2013-02-20 09:17:41 +04:00
parent eb03e35296
commit 41f09299c9
@@ -440,7 +440,7 @@ the implant may become unstable and either pre-maturely inject the subject or si
activate()
var/turf/t = get_turf(src)
src.scanned.loc = t
put_in_hands(t)
del src
implanted(mob/source as mob)