Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
meemofcourse committed Jan 4, 2024
1 parent 4a4900a commit f996e7b
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 39 deletions.
43 changes: 22 additions & 21 deletions code/modules/clothing/under/jobs/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,26 +85,26 @@
// Brig Physician //
/obj/item/clothing/under/rank/security/brig_phys
name = "brig physician jumpsuit"
desc = "A lightly armored jumpsuit worn by Nanotrasen's Asset Protection Medical Corps."
desc = "A lightly armored jumpsuit."
icon_state = "brig_phys"

/obj/item/clothing/under/rank/security/brig_phys/skirt
name = "brig physician jumpskirt"
desc = "A lightly armored jumpsuit worn by Nanotrasen's Asset Protection Medical Corps."
desc = "A lightly armored jumpskirt."
icon_state = "brig_phys_skirt"
body_parts_covered = CHEST|GROIN|ARMS
can_adjust = FALSE
supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON

/obj/item/clothing/under/rank/security/brig_phys/nt
name = "security medic's uniform"
desc = "A lightly armored uniform worn by medics ensuring the health of prisoners."
desc = "A lightly armored uniform worn by Nanotrasen's Asset Protection Medical Corps."
icon_state = "rbrig_phys"
item_state = "r_suit"

/obj/item/clothing/under/rank/security/brig_phys/nt/skirt
name = "security medic's uniform"
desc = "A lightly armored uniform, with a skirt, worn by medics ensuring the health of prisoners."
desc = "A lightly armored uniform, with a skirt, worn by Nanotrasen's Asset Protection Medical Corps."
icon_state = "rbrig_phys_skirt"
body_parts_covered = CHEST|GROIN|ARMS
supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON
Expand All @@ -129,29 +129,18 @@

/obj/item/clothing/under/rank/security/warden/nt
name = "warden's red security suit"
desc = "A formal security suit for officers complete with Nanotrasen belt buckle."
desc = "A formal security suit for wardens complete with Nanotrasen belt buckle."
icon_state = "rwarden"
item_state = "r_suit"

/obj/item/clothing/under/rank/security/warden/nt/skirt
name = "warden's red suitskirt"
desc = "A formal security suitskirt for officers complete with Nanotrasen belt buckle."
desc = "A formal security suitskirt for wardens complete with Nanotrasen belt buckle."
icon_state = "rwarden_skirt"
item_state = "r_suit"
body_parts_covered = CHEST|GROIN|ARMS
supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON

/obj/item/clothing/under/rank/security/head_of_security/nt
name = "red head of security's jumpsuit"
icon_state = "rhos"
item_state = "r_suit"

/obj/item/clothing/under/rank/security/head_of_security/nt/skirt
name = "head of security's red jumpskirt"
desc = "A security jumpskirt decorated for those few with the dedication to achieve the position of Head of Security."
icon_state = "rhos_skirt"
body_parts_covered = CHEST|GROIN|ARMS
supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON

// Head of Security //
/obj/item/clothing/under/rank/security/head_of_security
Expand All @@ -172,6 +161,18 @@
can_adjust = FALSE
supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON

/obj/item/clothing/under/rank/security/head_of_security/nt
name = "red head of security's jumpsuit"
icon_state = "rhos"
item_state = "r_suit"

/obj/item/clothing/under/rank/security/head_of_security/nt/skirt
name = "head of security's red jumpskirt"
desc = "A security jumpskirt decorated for those few with the dedication to achieve the position of Head of Security."
icon_state = "rhos_skirt"
body_parts_covered = CHEST|GROIN|ARMS
supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON

/obj/item/clothing/under/rank/security/head_of_security/alt
name = "head of security's turtleneck"
desc = "A stylish alternative to the normal head of security jumpsuit, complete with tactical pants."
Expand Down Expand Up @@ -201,7 +202,7 @@
// Prisoner //
/obj/item/clothing/under/rank/prisoner
name = "prison jumpsuit"
desc = "It's standardised Nanotrasen prisoner-wear. Its suit sensors are stuck in the \"Fully On\" position."
desc = "It's standardised prisoner-wear. Its suit sensors are stuck in the \"Fully On\" position."
icon = 'icons/obj/clothing/under/security.dmi'
icon_state = "prisoner"
item_state = "o_suit"
Expand All @@ -212,7 +213,7 @@

/obj/item/clothing/under/rank/prisoner/skirt
name = "prison jumpskirt"
desc = "It's standardised Nanotrasen prisoner-wear. Its suit sensors are stuck in the \"Fully On\" position."
desc = "It's standardised prisoner-wear. Its suit sensors are stuck in the \"Fully On\" position."
icon_state = "prisoner_skirt"
item_state = "o_suit"
body_parts_covered = CHEST|GROIN|ARMS
Expand All @@ -221,12 +222,12 @@

/obj/item/clothing/under/rank/prisoner/protected_custody
name = "protected custody jumpsuit"
desc = "It's standardised Nanotrasen prisoner-wear worn by those in protected custody. Its suit sensors are stuck in the \"Fully On\" position."
desc = "It's standardised prisoner-wear worn by those in protected custody. Its suit sensors are stuck in the \"Fully On\" position."
icon_state = "protected_custody"

/obj/item/clothing/under/rank/prisoner/protected_custody/skirt
name = "protected custody jumpskirt"
desc = "It's standardised Nanotrasen prisoner-wear worn by those in protected custody. Its suit sensors are stuck in the \"Fully On\" position."
desc = "It's standardised prisoner-wear worn by those in protected custody. Its suit sensors are stuck in the \"Fully On\" position."
icon_state = "protected_custody_skirt"
supports_variations = DIGITIGRADE_VARIATION_NO_NEW_ICON

Expand Down
31 changes: 13 additions & 18 deletions code/modules/jobs/job_types/brig_physician.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,31 @@
display_order = JOB_DISPLAY_ORDER_BRIG_PHYS

/datum/outfit/job/brig_phys
name = "Brig Physician"
name = "Brig Physician (Independent)"
job_icon = "brigphysician"
jobtype = /datum/job/brig_phys

belt = /obj/item/pda/brig_phys
gloves = /obj/item/clothing/gloves/color/latex/nitrile
ears = /obj/item/radio/headset/headset_medsec/alt
uniform = /obj/item/clothing/under/rank/security/brig_phys
shoes = /obj/item/clothing/shoes/sneakers/white
glasses = /obj/item/clothing/glasses/hud/health/sunglasses
suit = /obj/item/clothing/suit/toggle/labcoat/brig_phys
alt_suit = /obj/item/clothing/suit/armor/vest/security/brig_phys
glasses = /obj/item/clothing/glasses/hud/health
suit = /obj/item/clothing/suit/toggle/labcoat
head = /obj/item/clothing/head/beret/sec/brig_phys
alt_suit = null
dcoat = /obj/item/clothing/suit/hooded/wintercoat/security
suit_store = /obj/item/flashlight/pen
l_hand = /obj/item/storage/firstaid/regular
head = /obj/item/clothing/head/soft/sec

implants = list(/obj/item/implant/mindshield)


/datum/outfit/job/brig_phys/securitymedic
name = "Brig Physician (Security Medic)"

uniform = /obj/item/clothing/under/rank/security/brig_phys/nt
suit = /obj/item/clothing/suit/toggle/labcoat/brig_phys
suit_store = /obj/item/flashlight/pen
alt_suit = null

/datum/outfit/job/brig_phys/executionsupervisor
name = "Brig Physician (Execution Supervisor)"
/datum/outfit/job/brig_phys/nanotrasen
name = "Brig Physician (Nanotrasen)"

uniform = /obj/item/clothing/under/rank/security/brig_phys/nt
gloves = /obj/item/clothing/gloves/color/latex/nitrile/evil
head = /obj/item/clothing/head/soft/sec
shoes = /obj/item/clothing/shoes/jackboots
suit = /obj/item/clothing/suit/toggle/labcoat/brig_phys
l_pocket = /obj/item/reagent_containers/syringe
alt_suit = null
alt_suit = /obj/item/clothing/suit/armor/vest/security/brig_phys
Binary file modified icons/mob/clothing/under/security.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/under/security.dmi
Binary file not shown.

0 comments on commit f996e7b

Please sign in to comment.