Skip to content

Commit

Permalink
Merge pull request #1154 from KathrinBailey/seccie
Browse files Browse the repository at this point in the history
Updates security uniforms to their new counterparts
  • Loading branch information
MosleyTheMalO authored May 29, 2024
2 parents 82b55c5 + 4c75e43 commit b6b0901
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions code/modules/clothing/under/jobs/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
icon_state = "rsecurity"
item_state = "r_suit"
armor = list(MELEE = 10, BULLET = 0, LASER = 0,ENERGY = 0, BOMB = 0, BIO = 0, RAD = 0, FIRE = 30, ACID = 30, WOUND = 10)
alt_covers_chest = FALSE

/obj/item/clothing/under/rank/security/officer/util
name = "security utility uniform"
Expand All @@ -33,14 +34,15 @@
desc = "A tactical relic of years past before Nanotrasen decided it was cheaper to dye the suits red instead of washing out the blood."
icon_state = "security"
item_state = "gy_suit"
alt_covers_chest = FALSE

/obj/item/clothing/under/rank/security/officer/skirt
name = "security jumpskirt"
desc = "A \"tactical\" security jumpsuit with the legs replaced by a skirt."
icon_state = "secskirt"
item_state = "r_suit"
body_parts_covered = CHEST|GROIN|ARMS
alt_covers_chest = TRUE
alt_covers_chest = FALSE
fitted = FEMALE_UNIFORM_TOP
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON

Expand Down Expand Up @@ -106,12 +108,14 @@
icon_state = "rwarden"
item_state = "r_suit"
armor = list(MELEE = 10, BULLET = 0, LASER = 0,ENERGY = 0, BOMB = 0, BIO = 0, RAD = 0, FIRE = 30, ACID = 30, WOUND = 10)
alt_covers_chest = FALSE

/obj/item/clothing/under/rank/security/warden/grey
name = "grey security suit"
desc = "A formal relic of years past before Nanotrasen decided it was cheaper to dye the suits red instead of washing out the blood."
icon_state = "warden"
item_state = "gy_suit"
alt_covers_chest = FALSE

/obj/item/clothing/under/rank/security/warden/skirt
name = "warden's suitskirt"
Expand All @@ -122,6 +126,7 @@
can_adjust = FALSE
fitted = FEMALE_UNIFORM_TOP
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON
alt_covers_chest = FALSE

/obj/item/clothing/under/rank/security/warden/formal
desc = "The insignia on this uniform tells you that this uniform belongs to the Warden."
Expand Down Expand Up @@ -188,22 +193,25 @@
item_state = "r_suit"
armor = list(MELEE = 10, BULLET = 0, LASER = 0,ENERGY = 0, BOMB = 0, BIO = 0, RAD = 0, FIRE = 50, ACID = 50, WOUND = 10)
strip_delay = 60
alt_covers_chest = FALSE

/obj/item/clothing/under/rank/security/head_of_security/skirt
name = "head of security's jumpskirt"
desc = "A security jumpskirt decorated for those few with the dedication to achieve the position of Head of Security."
icon_state = "rhos_skirt"
item_state = "r_suit"
body_parts_covered = CHEST|GROIN|ARMS
can_adjust = FALSE
alt_covers_chest = FALSE
fitted = FEMALE_UNIFORM_TOP
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON


/obj/item/clothing/under/rank/security/head_of_security/grey
name = "head of security's grey jumpsuit"
desc = "There are old men, and there are bold men, but there are very few old, bold men."
icon_state = "hos"
item_state = "gy_suit"
alt_covers_chest = FALSE

/obj/item/clothing/under/rank/security/head_of_security/alt
name = "head of security's turtleneck"
Expand Down
Binary file modified icons/mob/clothing/uniform.dmi
Binary file not shown.
Binary file modified icons/mob/clothing/uniform_digi.dmi
Binary file not shown.

0 comments on commit b6b0901

Please sign in to comment.