mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 15:36:21 +01:00
4 lines
137 B
Plaintext
4 lines
137 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)
|