mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
make sure they're living first (#21516)
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
return TRUE
|
||||
if(ismob(mover))
|
||||
var/mob/living/M = mover
|
||||
if(M.flying || (IS_HORIZONTAL(M) && HAS_TRAIT(M, TRAIT_CONTORTED_BODY)))
|
||||
if(M.flying || (istype(M) && IS_HORIZONTAL(M) && HAS_TRAIT(M, TRAIT_CONTORTED_BODY)))
|
||||
return TRUE
|
||||
if(mover.throwing)
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user