mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 21:22:40 +00:00
mirror bay/31809
https://github.com/Baystation12/Baystation12/pull/31809
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
//#define islist(D) istype(D, /list) //Built in
|
||||
|
||||
//---------------
|
||||
#define isatom(D) istype(D, /atom)
|
||||
#define isatom(D) (isloc(D) && !isarea(D))
|
||||
#define isclient(D) istype(D, /client)
|
||||
|
||||
//---------------
|
||||
|
||||
Reference in New Issue
Block a user