mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Fixes things applying to the lighting object that shouldn't.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user