Does the remie

This commit is contained in:
Kyle Spier-Swenson
2016-06-03 03:07:26 -07:00
parent 4ccb6af41f
commit d86ff169ef
+1 -2
View File
@@ -77,8 +77,7 @@
#define ismovableatom(A) (istype(A, /atom/movable))
#define isobj(thing) istype(thing, /obj) //override the byond proc because it returns true on childs of /atom/movable that aren't objs
#define isobj(A) istype(A, /obj) //override the byond proc because it returns true on children of /atom/movable that aren't objs
// ASSEMBLY HELPERS