mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-21 11:46:44 +01:00
18 lines
506 B
Plaintext
18 lines
506 B
Plaintext
/datum/gear/accessory/shortcrop
|
|
name = "Short sleeved croptop"
|
|
path = /obj/item/clothing/accessory/shortcrop
|
|
|
|
/datum/gear/accessory/longcrop
|
|
name = "Long sleeved croptop"
|
|
path = /obj/item/clothing/accessory/longcrop
|
|
|
|
/datum/gear/accessory/formalcrop
|
|
name = "Formal croptop"
|
|
path = /obj/item/clothing/accessory/formalcrop
|
|
|
|
/datum/gear/accessory/genericpin
|
|
name = "Holographic pin"
|
|
path = /obj/item/clothing/accessory/pride/other
|
|
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION
|
|
cost = 0
|