mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 01:52:29 +00:00
Adds Multiple New Clothing Items
This commit is contained in:
@@ -210,4 +210,12 @@
|
||||
/datum/gear/accessory/webbing
|
||||
display_name = "webbing, simple"
|
||||
path = /obj/item/clothing/accessory/storage/webbing
|
||||
cost = 2
|
||||
cost = 2
|
||||
|
||||
/datum/gear/accessory/chaps
|
||||
display_name = "chaps, brown"
|
||||
path = /obj/item/clothing/accessory/chaps
|
||||
|
||||
/datum/gear/accessory/chaps/black
|
||||
display_name = "chaps, black"
|
||||
path = /obj/item/clothing/accessory/chaps/black
|
||||
@@ -95,4 +95,12 @@
|
||||
|
||||
/datum/gear/shoes/flats/white
|
||||
display_name = "flats, white"
|
||||
path = /obj/item/clothing/shoes/flats/white
|
||||
path = /obj/item/clothing/shoes/flats/white
|
||||
|
||||
/datum/gear/shoes/flipflops
|
||||
display_name = "flip flops"
|
||||
path = /obj/item/clothing/shoes/flipflop
|
||||
|
||||
/datum/gear/shoes/flipflops/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
@@ -121,3 +121,8 @@
|
||||
display_name = "gear harness (Full Body Prosthetic, Diona)"
|
||||
path = /obj/item/clothing/under/harness
|
||||
sort_category = "Xenowear"
|
||||
|
||||
/datum/gear/uniform/loincloth
|
||||
display_name = "loincloth"
|
||||
path = /obj/item/clothing/under/shorts/loincloth
|
||||
sort_category = "Xenowear"
|
||||
Reference in New Issue
Block a user