Fixes things applying to the lighting object that shouldn't.

This commit is contained in:
Kyle Spier-Swenson
2016-06-02 04:23:48 -07:00
parent 835c35e79e
commit 4ccb6af41f
+3
View File
@@ -77,6 +77,9 @@
#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
// ASSEMBLY HELPERS
#define isassembly(O) (istype(O, /obj/item/device/assembly))