Fixes item embedding not working.

This commit is contained in:
phil235
2015-08-09 15:57:36 +02:00
parent 9c44303661
commit 23a3ef7994
@@ -455,7 +455,7 @@ emp_act
..()
/mob/living/carbon/human/hitby(atom/movable/AM)
if(throw_speed >= EMBED_THROWSPEED_THRESHOLD)
if(AM.throw_speed >= EMBED_THROWSPEED_THRESHOLD)
if(istype(AM, /obj/item))
var/obj/item/I = AM
if(can_embed(I))