mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
Merge pull request #6023 from Novacat/nova-basicfixes
Fixes falling phased kin
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
return //Don't ghostport, very annoying
|
||||
if(AM.throwing)
|
||||
return //Being thrown over, not fallen yet
|
||||
if(!(AM.can_fall()))
|
||||
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))
|
||||
|
||||
Reference in New Issue
Block a user