diff --git a/code/modules/clothing/factions/pmcg.dm b/code/modules/clothing/factions/pmcg.dm index 3c6b38a4aee..60b931b734f 100644 --- a/code/modules/clothing/factions/pmcg.dm +++ b/code/modules/clothing/factions/pmcg.dm @@ -15,8 +15,7 @@ "\improper PMCG modsuit", "\improper PMCG shortsleeved modsuit", "\improper PMCG modsuit pants", - "\improper PMCG shorts modsuit", - "\improper PMCG modsuit shorts") + "\improper PMCG shorts modsuit") /obj/item/clothing/under/pmc_modsuit/Initialize() for(var/option in names) diff --git a/html/changelogs/PMCG_modsuit_shorts_only_removal.yml b/html/changelogs/PMCG_modsuit_shorts_only_removal.yml new file mode 100644 index 00000000000..5093179d95a --- /dev/null +++ b/html/changelogs/PMCG_modsuit_shorts_only_removal.yml @@ -0,0 +1,7 @@ +author: stev/Memescope, Vrow + +delete-after: True + +changes: + - rscdel: "Removed the Shorts Only mode in the PMCG Modsuit." + - bugfix: "Fixed the right facing pants blue band being offset by one pixel." \ No newline at end of file diff --git a/icons/clothing/under/uniforms/pmcg_modsuit.dmi b/icons/clothing/under/uniforms/pmcg_modsuit.dmi index b336bb1b6d2..a0c35c827e3 100644 Binary files a/icons/clothing/under/uniforms/pmcg_modsuit.dmi and b/icons/clothing/under/uniforms/pmcg_modsuit.dmi differ