mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Added a customizable evening gown from Polaris Code (#5315)
* Added a customizable evening gown from Polaris Code * Added changelog, better spriting work * fixed desc
This commit is contained in:
@@ -126,6 +126,14 @@
|
||||
path = /obj/item/clothing/under/dress/dress_cap
|
||||
allowed_roles = list("Captain")
|
||||
|
||||
/datum/gear/uniform/customdress
|
||||
display_name = "Evening gown"
|
||||
path = /obj/item/clothing/under/dress/dress_evening
|
||||
|
||||
/datum/gear/uniform/customdress/New()
|
||||
..()
|
||||
gear_tweaks = list(gear_tweak_free_color_choice)
|
||||
|
||||
/datum/gear/uniform/corpsecsuit
|
||||
display_name = "uniform, corporate (Security)"
|
||||
path = /obj/item/clothing/under/rank/security/corp
|
||||
|
||||
Reference in New Issue
Block a user