#define isbelly(A) istype(A, /obj/belly) #define isstorage(A) istype(A, /obj/item/weapon/storage) #define isitem(A) istype(A, /obj/item)