Files
CHOMPStation2/code/defines/obj/clothing.dm

22 lines
415 B
Plaintext

// All currently in-game clothing. Gimmicks moved to obj\clothing\gimmick.dm for all of your gay fantasy roleplay dress-up shenanigans.
/obj/item/clothing
name = "clothing"
// var/obj/item/clothing/master = null
// Belt slot clothing (only suspenders for now, because utility belt is a storage item)
/*
/obj/item/clothing/belt
name = "belt"
flags = FPRINT | TABLEPASS | ONBELT
*/