Free-normalizers

Makes normalizers free in the loadout screen. No reason they should cost 6.
This commit is contained in:
Orotheim
2024-08-12 20:34:00 +01:00
committed by GitHub
parent 727a3f9986
commit 497d922506
2 changed files with 5 additions and 5 deletions
@@ -2,10 +2,10 @@
name = "Normalizer Ring"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/ring/syntech
cost = 6
cost = 0
/datum/gear/syntech/band
name = "Normalizer Band"
category = SLOT_GLOVES
path = /obj/item/clothing/gloves/ring/syntech/band
cost = 6
cost = 0
@@ -2,16 +2,16 @@
name = "Normalizer Pendant"
category = SLOT_NECK
path = /obj/item/clothing/neck/syntech
cost = 6
cost = 0
/datum/gear/syntech/choker
name = "Normalizer Choker"
category = SLOT_NECK
path = /obj/item/clothing/neck/syntech/choker
cost = 6
cost = 0
/datum/gear/syntech/collar
name = "Normalizer Collar"
category = SLOT_NECK
path = /obj/item/clothing/neck/syntech/collar
cost = 6
cost = 0