Mecha turret fix

This commit is contained in:
Mark van Alphen
2015-08-03 22:21:19 +02:00
parent f213cf5501
commit b4c5e8bf6b
+1 -1
View File
@@ -297,7 +297,7 @@
return //cannot shoot yourself
if(istype(A, /obj/item/projectile))
return
if(istype(A, /mob/living))
if(istype(A, /mob/living) || istype(A, /obj/mecha) || istype(A, /obj/spacepod) || istype(A, /obj/vehicle))
result = 2 //We hit someone, return 1!
return
result = 1