Skip to content

Commit

Permalink
Rewrites P-Corp uniform description (#2501)
Browse files Browse the repository at this point in the history
renaming

renames mcorp and pcorp uniforms, rewrites pcorp description
  • Loading branch information
KingSuperBOB authored Oct 22, 2024
1 parent d81deee commit bf8a002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/clothing/under/clerksuits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@
icon_state = "kcorp"

/obj/item/clothing/under/suit/lobotomy/pcorp
name = "p-corp officer uniform"
desc = "A plain black suit with a uranian blue tie. Used by P-corp staff."
name = "p-corp archivist uniform"
desc = "A plain black bodysuit with a white labcoat. Used by P-corp archivist staff."
icon_state = "pcorp"

/obj/item/clothing/under/suit/lobotomy/ncorp
Expand All @@ -136,7 +136,7 @@
icon_state = "ncorp"

/obj/item/clothing/under/suit/lobotomy/mcorp
name = "n-corp officer uniform"
name = "m-corp officer uniform"
desc = "A plain black suit with a magenta tie. Used by M-corp staff."
icon_state = "mcorp"

Expand Down

0 comments on commit bf8a002

Please sign in to comment.