mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3665 316c924e-a436-60f5-8080-3fe189b3f50e
22 lines
415 B
Plaintext
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
|
|
*/
|
|
|