mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 13:17:03 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user