Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Jun 13, 2023
1 parent 57a2124 commit 4473039
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/clothing/suits/labcoat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,7 @@
/obj/item/device/walkman,
)

/obj/item/clothing/suit/storage/snow_suit/liaison
name = "liaison's winter coat"
desc = "A Weyland-Yutani winter coat. Only the best comfort for the liaison in a cold environment."
icon_state = "snowsuit_liaison"
16 changes: 16 additions & 0 deletions code/modules/clothing/under/marine_uniform.dm
Original file line number Diff line number Diff line change
Expand Up @@ -777,12 +777,22 @@
icon_state = "liaison_regular"
worn_state = "liaison_regular"

/obj/item/clothing/under/liaison_suit/charcoal
name = "liaison's charcoal suit"
desc = "A stiff, stylish charcoal suit commonly worn by businessmen from the Weyland-Yutani corporation. Expertly crafted to make you look like a prick."
icon_state = "liaison_charcoal"
worn_state = "liaison_charcoal"

/obj/item/clothing/under/liaison_suit/outing
name = "liaison's outfit"
desc = "A casual outfit consisting of a collared shirt and a vest. Looks like something you might wear on the weekends, or on a visit to a derelict colony."
icon_state = "liaison_outing"
worn_state = "liaison_outing"

/obj/item/clothing/under/liaison_suit/outing/red
icon_state = "liaison_outing_red"
worn_state = "liaison_outing_red"

/obj/item/clothing/under/liaison_suit/formal
name = "liaison's white suit"
desc = "A formal, white suit. Looks like something you'd wear to a funeral, a Weyland-Yutani corporate dinner, or both. Stiff as a board, but makes you feel like rolling out of a Rolls-Royce."
Expand All @@ -795,6 +805,12 @@
icon_state = "liaison_suspenders"
worn_state = "liaison_suspenders"

/obj/item/clothing/under/liaison_suit/blazer
name = "liaison's blue blazer"
desc = "A stiff but casual blue blazer. Similar can be found in any Weyland-Yutani office. Only the finest wear for the galaxy's most cunning."
icon_state = "liaison_blue_blazer"
worn_state = "liaison_blue_blazer"

/obj/item/clothing/under/marine/reporter
name = "combat correspondent uniform"
desc = "A relaxed and robust uniform fit for any potential reporting needs."
Expand Down
Binary file modified icons/mob/humans/onmob/suit_0.dmi
Binary file not shown.
Binary file modified icons/mob/humans/onmob/uniform_0.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/suits.dmi
Binary file not shown.
Binary file modified icons/obj/items/clothing/uniforms.dmi
Binary file not shown.
4 changes: 4 additions & 0 deletions maps/map_files/USS_Almayer/USS_Almayer.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -62515,6 +62515,10 @@
name = "liaison's navy suit"
},
/obj/item/clothing/under/suit_jacket/trainee,
/obj/item/clothing/under/liaison_suit/charcoal,
/obj/item/clothing/under/liaison_suit/outing/red,
/obj/item/clothing/under/liaison_suit/blazer,
/obj/item/clothing/suit/storage/snow_suit/liaison,
/obj/item/clothing/gloves/black,
/obj/item/clothing/gloves/marine/dress,
/obj/item/clothing/glasses/sunglasses/big,
Expand Down

0 comments on commit 4473039

Please sign in to comment.