mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-15 02:03:05 +01:00
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:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user