mirror of
https://github.com/KabKebab/GS13.git
synced 2026-04-11 14:01:10 +01:00
18 lines
399 B
Plaintext
18 lines
399 B
Plaintext
/datum/gear/syntech/pendant
|
|
name = "Normalizer Pendant"
|
|
category = SLOT_NECK
|
|
path = /obj/item/clothing/neck/syntech
|
|
cost = 6
|
|
|
|
/datum/gear/syntech/choker
|
|
name = "Normalizer Choker"
|
|
category = SLOT_NECK
|
|
path = /obj/item/clothing/neck/syntech/choker
|
|
cost = 6
|
|
|
|
/datum/gear/syntech/collar
|
|
name = "Normalizer Collar"
|
|
category = SLOT_NECK
|
|
path = /obj/item/clothing/neck/syntech/collar
|
|
cost = 6
|