mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
5 lines
206 B
Plaintext
5 lines
206 B
Plaintext
#define isbelly(A) istype(A, /obj/belly)
|
|
#define isstorage(A) istype(A, /obj/item/weapon/storage)
|
|
#define isitem(A) istype(A, /obj/item)
|
|
#define isTaurTail(A) istype(A, /datum/sprite_accessory/tail/taur)
|