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."