diff --git a/code/modules/client/preference_setup/loadout/items/factions.dm b/code/modules/client/preference_setup/loadout/items/factions.dm index 4890b457e43..262d35ba5d4 100644 --- a/code/modules/client/preference_setup/loadout/items/factions.dm +++ b/code/modules/client/preference_setup/loadout/items/factions.dm @@ -376,6 +376,7 @@ pmcg_sec_uniforms["Dagamuir Freewater uniform"] = /obj/item/clothing/under/rank/security/pmc/dagamuir_freewater pmcg_sec_uniforms["Ve'katak Phalanx uniform"] = /obj/item/clothing/under/rank/security/pmc/vekatak_phalanx gear_tweaks += new /datum/gear_tweak/path(pmcg_sec_uniforms) + gear_tweaks += list(gear_tweak_uniform_rolled_state) /datum/gear/faction/erisec_patch display_name = "EPMC sleeve patch" diff --git a/html/changelogs/DreamySkrell-pmcg-uniforms-rolled-tweakable.yml b/html/changelogs/DreamySkrell-pmcg-uniforms-rolled-tweakable.yml new file mode 100644 index 00000000000..c730b03b199 --- /dev/null +++ b/html/changelogs/DreamySkrell-pmcg-uniforms-rolled-tweakable.yml @@ -0,0 +1,7 @@ + +author: DreamySkrell + +delete-after: True + +changes: + - qol: "Makes it so PMCG uniforms' rolled state can be tweaked."