From ce7a9704bfbdc26346272b9623fc9fef0c3c1f7f Mon Sep 17 00:00:00 2001 From: Tag114 <118570749+Tag114@users.noreply.github.com> Date: Tue, 16 Jan 2024 22:58:04 +0000 Subject: [PATCH] Fixes the PMCG pharmacist uniform using the same sprites as the EPMC pharmacist uniform (#18218) * Add files via upload Signed-off-by: Tag114 <118570749+Tag114@users.noreply.github.com> * changelog Signed-off-by: Tag114 <118570749+Tag114@users.noreply.github.com> * changelog update Signed-off-by: Tag114 <118570749+Tag114@users.noreply.github.com> * changelog update Signed-off-by: Tag114 <118570749+Tag114@users.noreply.github.com> * changelog update Signed-off-by: Tag114 <118570749+Tag114@users.noreply.github.com> --------- Signed-off-by: Tag114 <118570749+Tag114@users.noreply.github.com> --- code/modules/clothing/under/jobs/medsci.dm | 4 ++-- html/changelogs/Tag114-pmcgchemist.yml | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/Tag114-pmcgchemist.yml diff --git a/code/modules/clothing/under/jobs/medsci.dm b/code/modules/clothing/under/jobs/medsci.dm index 0d03f843c7d..1e3c6374b74 100644 --- a/code/modules/clothing/under/jobs/medsci.dm +++ b/code/modules/clothing/under/jobs/medsci.dm @@ -272,5 +272,5 @@ item_state = "pmc_chemist" /obj/item/clothing/under/rank/medical/pharmacist/pmc/alt - icon_state = "pmc_chemist" - item_state = "pmc_chemist" + icon_state = "pmc_alt_chemist" + item_state = "pmc_alt_chemist" diff --git a/html/changelogs/Tag114-pmcgchemist.yml b/html/changelogs/Tag114-pmcgchemist.yml new file mode 100644 index 00000000000..b929b3be54e --- /dev/null +++ b/html/changelogs/Tag114-pmcgchemist.yml @@ -0,0 +1,8 @@ + +author: Tag114 + + +delete-after: True + +changes: + - bugfix: "The PMCG pharmacist uniform now uses the sprites intended for it instead of the same sprites as the EPMC pharmacist uniform."