Merge pull request #18161 from MrStonedOne/patch-210

Fixes things applying to the lighting object that shouldn't.
This commit is contained in:
Joan Lung
2016-06-03 08:56:45 -04:00
+2
View File
@@ -77,6 +77,8 @@
#define ismovableatom(A) (istype(A, /atom/movable))
#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
#define isassembly(O) (istype(O, /obj/item/device/assembly))