From 8a3061cc967d30bf892eb59058b44c14f0ba7d1d Mon Sep 17 00:00:00 2001 From: evilew Date: Fri, 23 Aug 2024 15:33:18 +0200 Subject: [PATCH] normalizer nerf - made normalizers 6 points in the shop again due to a bug --- hyperstation/code/modules/client/loadout/gloves.dm | 4 ++-- hyperstation/code/modules/client/loadout/neck.dm | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hyperstation/code/modules/client/loadout/gloves.dm b/hyperstation/code/modules/client/loadout/gloves.dm index 68470369..ad12c3e3 100644 --- a/hyperstation/code/modules/client/loadout/gloves.dm +++ b/hyperstation/code/modules/client/loadout/gloves.dm @@ -2,10 +2,10 @@ name = "Normalizer Ring" category = SLOT_GLOVES path = /obj/item/clothing/gloves/ring/syntech - cost = 0 + cost = 6 /datum/gear/syntech/band name = "Normalizer Band" category = SLOT_GLOVES path = /obj/item/clothing/gloves/ring/syntech/band - cost = 0 + cost = 6 diff --git a/hyperstation/code/modules/client/loadout/neck.dm b/hyperstation/code/modules/client/loadout/neck.dm index 6e2b141a..a21c8743 100644 --- a/hyperstation/code/modules/client/loadout/neck.dm +++ b/hyperstation/code/modules/client/loadout/neck.dm @@ -2,16 +2,16 @@ name = "Normalizer Pendant" category = SLOT_NECK path = /obj/item/clothing/neck/syntech - cost = 0 + cost = 6 /datum/gear/syntech/choker name = "Normalizer Choker" category = SLOT_NECK path = /obj/item/clothing/neck/syntech/choker - cost = 0 + cost = 6 /datum/gear/syntech/collar name = "Normalizer Collar" category = SLOT_NECK path = /obj/item/clothing/neck/syntech/collar - cost = 0 + cost = 6