mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Fix Part 2
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user