Files
GS13NG/hyperstation/code/modules/client/loadout/neck.dm
2024-09-13 01:50:58 -04:00

18 lines
411 B
Plaintext

/datum/gear/syntech/pendant
name = "Normalizer Pendant"
category =ITEM_SLOT_NECK
path = /obj/item/clothing/neck/syntech
cost = 6
/datum/gear/syntech/choker
name = "Normalizer Choker"
category =ITEM_SLOT_NECK
path = /obj/item/clothing/neck/syntech/choker
cost = 6
/datum/gear/syntech/collar
name = "Normalizer Collar"
category =ITEM_SLOT_NECK
path = /obj/item/clothing/neck/syntech/collar
cost = 6