mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
11 lines
310 B
Plaintext
11 lines
310 B
Plaintext
#define isclownjob(x) (_isclownjob(x))
|
|
|
|
#define isqareen(A) (istype(A, /mob/living/simple_animal/qareen))
|
|
|
|
#define isbloodfledge(A) (HAS_TRAIT(A, TRAIT_BLOODFLEDGE))
|
|
|
|
// Hyperstation Stuff
|
|
#define iswendigo(A) (istype(A, /mob/living/carbon/wendigo))
|
|
|
|
#define iscloudturf(A) (istype(A, /turf/open/chasm/cloud))
|