Fix Part 2

This commit is contained in:
Unknown
2019-09-14 01:39:06 -04:00
parent e9c94bb553
commit e0a762949d
+3 -1
View File
@@ -27,8 +27,10 @@
return //Don't ghostport, very annoying
if(AM.throwing)
return //Being thrown over, not fallen yet
if(istype(AM, typecacheof(/obj/item/projectile)))
if(istype(AM, /obj/item/projectile))
return // pewpew should not fall out of the sky. pew.
if(istype(AM, /obj/effect/projectile))
return // ...neither should the effects be falling
var/mob/living/L
if(isliving(AM))