mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] porting extravanganza - hair, clothes + 1 tail (#7340)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
This commit is contained in:
@@ -82,3 +82,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
|
||||
*/
|
||||
@@ -588,3 +592,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