Fixes missing return that made all bullets pass through mobs

This commit is contained in:
mwerezak
2015-02-23 22:28:37 -05:00
parent 3940c35184
commit 4f86f69808
@@ -19,7 +19,7 @@
mob_passthrough_check = 1
else
mob_passthrough_check = 0
..()
return ..()
/obj/item/projectile/bullet/can_embed()
//prevent embedding if the projectile is passing through the mob