mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 09:31:13 +00:00
Implements new Dominia Sprites (#8235)
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
gloves["grey gloves"] = /obj/item/clothing/gloves/grey
|
||||
gloves["rainbow gloves"] = /obj/item/clothing/gloves/rainbow
|
||||
gloves["black leather gloves"] = /obj/item/clothing/gloves/black_leather
|
||||
gloves["lyodsuit gloves"] = /obj/item/clothing/gloves/lyodsuit
|
||||
gear_tweaks += new/datum/gear_tweak/path(gloves)
|
||||
|
||||
/datum/gear/gloves/evening
|
||||
|
||||
@@ -121,6 +121,10 @@
|
||||
display_name = "black boots"
|
||||
path = /obj/item/clothing/shoes/black_boots
|
||||
|
||||
/datum/gear/shoes/lyodsuit_boots
|
||||
display_name = "lyodsuit boots"
|
||||
path = /obj/item/clothing/shoes/lyodsuit
|
||||
|
||||
/datum/gear/shoes/circuitry
|
||||
display_name = "boots, circuitry (empty)"
|
||||
path = /obj/item/clothing/shoes/circuitry
|
||||
@@ -26,6 +26,7 @@
|
||||
..()
|
||||
var/jackets = list()
|
||||
jackets["bomber jacket"] = /obj/item/clothing/suit/storage/toggle/bomber
|
||||
jackets["dominian bomber jacket"] = /obj/item/clothing/suit/storage/toggle/dominia/bomber
|
||||
jackets["corporate black jacket"] = /obj/item/clothing/suit/storage/toggle/leather_jacket/nanotrasen
|
||||
jackets["corporate brown jacket"] = /obj/item/clothing/suit/storage/toggle/brown_jacket/nanotrasen
|
||||
jackets["black jacket"] = /obj/item/clothing/suit/storage/toggle/leather_jacket
|
||||
@@ -237,6 +238,10 @@
|
||||
path = /obj/item/clothing/suit/security/navyhos
|
||||
allowed_roles = list("Head of Security")
|
||||
|
||||
/datum/gear/suit/dominia_cape
|
||||
display_name = "dominia cape"
|
||||
path = /obj/item/clothing/accessory/poncho/dominia_cape
|
||||
|
||||
/datum/gear/suit/dominia
|
||||
display_name = "dominia great coat selection"
|
||||
description = "A selection of Dominian coats."
|
||||
@@ -245,11 +250,9 @@
|
||||
/datum/gear/suit/dominia/New()
|
||||
..()
|
||||
var/coat = list()
|
||||
coat["dominia great coat"] = /obj/item/clothing/suit/storage/toggle/dominia
|
||||
coat["dominia great coat, alternative"] = /obj/item/clothing/suit/storage/toggle/dominia/alt
|
||||
coat["dominia cape"] = /obj/item/clothing/suit/storage/dominia
|
||||
coat["dominia great coat, red"] = /obj/item/clothing/suit/storage/toggle/dominia
|
||||
coat["dominia great coat, gold"] = /obj/item/clothing/suit/storage/toggle/dominia/gold
|
||||
coat["dominia great coat, black"] = /obj/item/clothing/suit/storage/toggle/dominia/black
|
||||
coat["dominia great coat, alternative black"] = /obj/item/clothing/suit/storage/toggle/dominia/black/alt
|
||||
gear_tweaks += new/datum/gear_tweak/path(coat)
|
||||
|
||||
/datum/gear/suit/tcfl
|
||||
|
||||
@@ -232,16 +232,18 @@
|
||||
path = /obj/item/clothing/under/syndicate/tacticool
|
||||
|
||||
/datum/gear/uniform/dominia
|
||||
display_name = "dominia suit selection"
|
||||
description = "A selection of dominian suits."
|
||||
display_name = "dominia clothing selection"
|
||||
description = "A selection of dominian clothing."
|
||||
path = /obj/item/clothing/under/dominia
|
||||
|
||||
/datum/gear/uniform/dominia/New()
|
||||
..()
|
||||
var/suit = list()
|
||||
suit["dominia suit"] = /obj/item/clothing/under/dominia
|
||||
suit["dominia suit, red"] = /obj/item/clothing/under/dominia
|
||||
suit["dominia suit, black"] = /obj/item/clothing/under/dominia/black
|
||||
suit["lyodsuit"] = /obj/item/clothing/under/dom_thermal
|
||||
suit["dominia sweater"] = /obj/item/clothing/under/dominia/sweater
|
||||
suit["lyodsuit"] = /obj/item/clothing/under/dominia/lyodsuit
|
||||
suit["hoodied lyodsuit"] = /obj/item/clothing/under/dominia/lyodsuit/hoodie
|
||||
gear_tweaks += new/datum/gear_tweak/path(suit)
|
||||
|
||||
/datum/gear/uniform/miscellaneous/kimono
|
||||
|
||||
Reference in New Issue
Block a user