mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 10:05:27 +01:00
clothes and hair and even a tail oh wow
This commit is contained in:
@@ -76,3 +76,7 @@
|
||||
|
||||
/datum/gear/mask/lace/New()
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
|
||||
/datum/gear/mask/half
|
||||
display_name = "black half-mask"
|
||||
path = /obj/item/clothing/accessory/gaiter/half
|
||||
|
||||
@@ -497,6 +497,10 @@
|
||||
)
|
||||
gear_tweaks += new/datum/gear_tweak/path(cowboy_outfits)
|
||||
|
||||
/datum/gear/uniform/hightrousers
|
||||
display_name = "high-waisted trousers"
|
||||
path = /obj/item/clothing/under/dress/hightrousers
|
||||
|
||||
/*
|
||||
* 80s
|
||||
*/
|
||||
@@ -586,3 +590,16 @@
|
||||
/datum/gear/uniform/fienddress
|
||||
display_name = "fiendish dress"
|
||||
path = /obj/item/clothing/under/fienddress
|
||||
|
||||
//tabard dresses
|
||||
/datum/gear/uniform/tabarddress
|
||||
display_name = "tabard-dress selection"
|
||||
path = /obj/item/clothing/under/dress/tabard
|
||||
|
||||
/datum/gear/uniform/tabarddress/New()
|
||||
..()
|
||||
var/list/tabarddress = list(
|
||||
"white tabard-dress"=/obj/item/clothing/under/dress/tabard,
|
||||
"black tabard-dress"=/obj/item/clothing/under/dress/tabard/black
|
||||
)
|
||||
gear_tweaks += list(new/datum/gear_tweak/path(tabarddress))
|
||||
|
||||
Reference in New Issue
Block a user