mirror bay/31809

https://github.com/Baystation12/Baystation12/pull/31809
This commit is contained in:
spookerton
2022-03-28 12:51:09 +01:00
parent 21ee12ae4b
commit f6bcff8f36

View File

@@ -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)
//---------------