Fixes falling phased kin

This commit is contained in:
Unknown
2019-10-03 22:45:55 -04:00
parent 80d2870714
commit dc050cc790
+2
View File
@@ -27,6 +27,8 @@
return //Don't ghostport, very annoying
if(AM.throwing)
return //Being thrown over, not fallen yet
if(AM.ability_flags & AB_PHASE_SHIFTED)
return // Phased shifted kin should not fall
if(istype(AM, /obj/item/projectile))
return // pewpew should not fall out of the sky. pew.
if(istype(AM, /obj/effect/projectile))