diff --git a/code/modules/client/preference_setup/loadout/loadout_gloves.dm b/code/modules/client/preference_setup/loadout/loadout_gloves.dm index 99dfb7a8c3..c342d0a6a2 100644 --- a/code/modules/client/preference_setup/loadout/loadout_gloves.dm +++ b/code/modules/client/preference_setup/loadout/loadout_gloves.dm @@ -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 diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno.dm b/code/modules/client/preference_setup/loadout/loadout_xeno.dm index c4dd57d681..78e0e95479 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno.dm @@ -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)"