mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-21 20:18:15 +01:00
4 lines
149 B
Plaintext
4 lines
149 B
Plaintext
#define isbelly(A) istype(A, /obj/belly)
|
|
#define isitem(A) istype(A, /obj/item)
|
|
#define isTaurTail(A) istype(A, /datum/sprite_accessory/tail/taur)
|