Make gloves half as expensive.

They are not very important items, nor very expensive to make even now, especially compared to a dress or jumpsuit.
Exception made for the surgical gloves & armored equipment.
This commit is contained in:
lbnesquik
2020-06-10 03:10:30 +02:00
parent 844766aa47
commit e9eb11b695
@@ -2,7 +2,7 @@
/datum/gear/gloves
display_name = "gloves, black"
path = /obj/item/clothing/gloves/black
cost = 2
cost = 1
slot = slot_gloves
sort_category = "Gloves and Handwear"
@@ -33,6 +33,7 @@
/datum/gear/gloves/nitrile
display_name = "gloves, nitrile"
path = /obj/item/clothing/gloves/sterile/nitrile
cost = 2
/datum/gear/gloves/orange
display_name = "gloves, orange"