mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 08:56:49 +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:
@@ -92,6 +92,7 @@
|
||||
|
||||
glasses = null
|
||||
uniform = /obj/item/clothing/under/tajaran/consular
|
||||
suit = /obj/item/clothing/suit/storage/toggle/tajaran/consular
|
||||
head = /obj/item/clothing/head/tajaran/consular
|
||||
backpack_contents = list(
|
||||
/obj/item/storage/box/hadii_card = 1,
|
||||
@@ -217,6 +218,7 @@
|
||||
|
||||
glasses = null
|
||||
uniform = /obj/item/clothing/under/tajaran/consular/dpra
|
||||
suit = /obj/item/clothing/suit/storage/toggle/tajaran/consular/dpra
|
||||
head = /obj/item/clothing/head/tajaran/consular/dpra
|
||||
backpack_contents = list(
|
||||
/obj/item/gun/projectile/silenced = 1,
|
||||
@@ -340,6 +342,7 @@
|
||||
|
||||
glasses = null
|
||||
uniform = /obj/item/clothing/under/tajaran/consular/nka
|
||||
suit = /obj/item/clothing/suit/storage/toggle/tajaran/consular/nka
|
||||
head = /obj/item/clothing/head/tajaran/consular/nka
|
||||
backpack_contents = list(
|
||||
/obj/item/folder/blue/nka = 1,
|
||||
|
||||
Reference in New Issue
Block a user