Remove ismovableatom macro (#9)

This commit is contained in:
JJRcop
2020-02-17 15:03:16 +01:00
committed by AnturK
parent 18fe13c9f2
commit a1392847bd
51 changed files with 65 additions and 67 deletions
@@ -429,7 +429,7 @@
/obj/projectile/hook/on_hit(atom/target)
. = ..()
if(ismovableatom(target))
if(ismovable(target))
var/atom/movable/A = target
if(A.anchored)
return