mirror of
https://github.com/KabKebab/GS13.git
synced 2026-06-14 18:49:54 +01:00
8a3061cc96
- made normalizers 6 points in the shop again due to a bug
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
|