mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 00:51:46 +00:00
23 lines
431 B
Plaintext
23 lines
431 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
|
|
slot_flags = SLOT_BELT
|
|
*/
|
|
|