Tweaks loadout part II

Adds a loadout option for botanic leather gloves, costing 2 points.

Increases the point cost of toeless jackboot variants from 1 -> 2.
This commit is contained in:
Frenjo
2022-08-28 20:02:48 +01:00
parent 461651948f
commit abb8fba933
2 changed files with 8 additions and 0 deletions
@@ -126,3 +126,8 @@
display_name = "gloves, circuitry (empty)"
path = /obj/item/clothing/gloves/circuitry
cost = 1
/datum/gear/gloves/botanic_leather
display_name = "gloves, botanic leather"
path = /obj/item/clothing/gloves/botanic_leather
cost = 2
@@ -656,14 +656,17 @@
/datum/gear/shoes/toelessjack
display_name = "toe-less jackboots"
path = /obj/item/clothing/shoes/boots/jackboots/toeless
cost = 2
/datum/gear/shoes/toelessknee
display_name = "toe-less jackboots, knee-length"
path = /obj/item/clothing/shoes/boots/jackboots/toeless/knee
cost = 2
/datum/gear/shoes/toelessthigh
display_name = "toe-less jackboots, thigh-length"
path = /obj/item/clothing/shoes/boots/jackboots/toeless/thigh
cost = 2
/datum/gear/eyes/aerogelgoggles
display_name = "airtight orange goggles (Teshari)"