mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-04 14:33:30 +00:00
5 new clothes & 1 headdress (#7733)
This commit is contained in:
@@ -383,3 +383,7 @@
|
||||
/datum/gear/head/rose_crown
|
||||
display_name = "rose crown"
|
||||
path = /obj/item/clothing/head/rose_crown
|
||||
|
||||
/datum/gear/head/blackngoldheaddress
|
||||
display_name = "black and gold headdress"
|
||||
path = /obj/item/clothing/head/blackngoldheaddress
|
||||
@@ -584,4 +584,29 @@
|
||||
|
||||
/datum/gear/uniform/cyberpunkharness
|
||||
display_name = "cyberpunk strapped harness"
|
||||
path = /obj/item/clothing/under/cyberpunkharness
|
||||
path = /obj/item/clothing/under/cyberpunkharness
|
||||
|
||||
/datum/gear/uniform/whitegown
|
||||
display_name = "white gown"
|
||||
path = /obj/item/clothing/under/wedding/whitegown
|
||||
|
||||
/datum/gear/uniform/floofdress
|
||||
display_name = "floofy dress"
|
||||
path = /obj/item/clothing/under/wedding/floofdress
|
||||
|
||||
/datum/gear/uniform/floofdress/New()
|
||||
..()
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
|
||||
/datum/gear/uniform/blackngold
|
||||
display_name = "black and gold gown"
|
||||
path = /obj/item/clothing/under/blackngold
|
||||
|
||||
/datum/gear/uniform/sheerblue
|
||||
display_name = "sheer blue dress"
|
||||
path = /obj/item/clothing/under/sheerblue
|
||||
|
||||
/datum/gear/uniform/disheveled
|
||||
display_name = "disheveled suit"
|
||||
path = /obj/item/clothing/under/disheveled
|
||||
|
||||
|
||||
Reference in New Issue
Block a user