mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Resprites all Tajaran consular clothing (they also now have coats) (#21688)
I don't know what more can I say that the title of the PR didn't. _Hopefully_ this will inspire someone to play Tajaran consulars more. From the changelog: > - imageadd: "Resprited all Tajaran consular clothing." > - rscadd: "Added a female version of the NKA consular uniform." > - rscadd: "Added Tajaran consular coats." > - rscadd: "Added extended descriptions to all Tajaran consular clothing items." > - rscdel: "Removed Tajaran consular side caps." Images, as always, in the details below. Old (current) sprites on the top, new on the bottom unless stated otherwise. <details> <summary>Things resprited in this PR: </summary> <details> <summary>Consular uniforms and hats: </summary> <img width="1536" height="1024" alt="officering my consular" src="https://github.com/user-attachments/assets/90cc5ce0-ded8-4ee8-80fc-a459e4b2965f" /> Maybe some uniqueness has been lost, but I'm sure the large playerbase of Tajaran consulars will be able to cope with it. </details> <details> <summary>New consular coats, closed and open variants: </summary> <img width="1536" height="1024" alt="closed by default" src="https://github.com/user-attachments/assets/81480c66-e350-4f41-9110-194805299cfd" /> </details> </details> Short attribution section because it would feel disingenuous without it, the NKA consular coat _has_ been inspired by sprites from this PR from Shiptest: https://github.com/shiptest-ss13/Shiptest/pull/2685 And, of course, Hadii's grace, comrades.
This commit is contained in:
@@ -240,23 +240,9 @@ ABSTRACT_TYPE(/datum/gear/shoes/tajara)
|
||||
var/list/uniform = list()
|
||||
uniform["PRA consular uniform, female"] = /obj/item/clothing/under/tajaran/consular/female
|
||||
uniform["DPRA consular uniform, female"] = /obj/item/clothing/under/tajaran/consular/dpra/female
|
||||
uniform["NKA consular uniform, female"] = /obj/item/clothing/under/tajaran/consular/nka/female
|
||||
gear_tweaks += new /datum/gear_tweak/path(uniform)
|
||||
|
||||
/datum/gear/head/tajara_consular
|
||||
display_name = "tajaran alternative consular hat selection"
|
||||
description = "A selection of tajaran alternative consular hats."
|
||||
path = /obj/item/clothing/head/tajaran/consular/side_cap
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
sort_category = "Xenowear - Tajara"
|
||||
allowed_roles = list("Consular Officer")
|
||||
|
||||
/datum/gear/head/tajara_consular/New()
|
||||
..()
|
||||
var/list/hats = list()
|
||||
hats["PRA consular service side cap"] = /obj/item/clothing/head/tajaran/consular/side_cap
|
||||
hats["DPRA consular service side cap"] = /obj/item/clothing/head/tajaran/consular/dpra/side_cap
|
||||
gear_tweaks += new /datum/gear_tweak/path(hats)
|
||||
|
||||
// Archeology set
|
||||
|
||||
/datum/gear/uniform/archeologist_uniform
|
||||
|
||||
Reference in New Issue
Block a user