Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EPMC Uniform Shorts #19864

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,9 @@
pmcg_sec_uniforms["PMCG uniform"] = /obj/item/clothing/under/rank/security/pmc/pmcsec
pmcg_sec_uniforms["PMCG uniform, alt"] = /obj/item/clothing/under/rank/security/pmc/pmcsec/alt
pmcg_sec_uniforms["EPMC uniform"] = /obj/item/clothing/under/rank/security/pmc/epmc
pmcg_sec_uniforms["EPMC uniform (shorts)"] = /obj/item/clothing/under/rank/security/pmc/epmc/shorts
pmcg_sec_uniforms["EPMC uniform, alt"] = /obj/item/clothing/under/rank/security/pmc/epmc/alt
pmcg_sec_uniforms["EPMC uniform, alt (shorts)"] = /obj/item/clothing/under/rank/security/pmc/epmc/alt/shorts
pmcg_sec_uniforms["EPMC detective uniform"] = /obj/item/clothing/under/det/pmc/alt
pmcg_sec_uniforms["wildlands squadron uniform"] = /obj/item/clothing/under/rank/security/pmc/wildlands_squadron
pmcg_sec_uniforms["Dagamuir Freewater uniform"] = /obj/item/clothing/under/rank/security/pmc/dagamuir_freewater
Expand Down
11 changes: 11 additions & 0 deletions code/modules/clothing/under/jobs/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,17 @@
icon_state = "epmc_alt"
item_state = "epmc_alt"

/obj/item/clothing/under/rank/security/pmc/epmc/shorts
name = "EPMC security uniform shorts"
desc_extended = "The EPMC is a subsidiary of the PMCG. This uniform has shorts instead of the full pants."
icon_state = "epmc_shorts"
item_state = "epmc_shorts"

/obj/item/clothing/under/rank/security/pmc/epmc/alt/shorts
name = "EPMC security uniform shorts"
icon_state = "epmc_alt_shorts"
item_state = "epmc_alt_shorts"

/obj/item/clothing/under/rank/cadet
name = "security cadet's uniform"
desc = "It's made of a slightly sturdier material, to allow for robust protection."
Expand Down
6 changes: 6 additions & 0 deletions html/changelogs/geeves-logan_wright.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
author: Geeves

delete-after: True

changes:
- rscadd: "Added uniform shorts versions of the EPMC uniforms."
Binary file modified icons/obj/item/clothing/department_uniforms/security.dmi
Binary file not shown.
Loading