mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
CMO turtlenecks arrive (#64223)
wow so cool if only the labcoat still looked good....
This commit is contained in:
@@ -1300,6 +1300,14 @@
|
||||
crate_type = /obj/structure/closet/crate/secure/plasma
|
||||
dangerous = TRUE
|
||||
|
||||
/datum/supply_pack/medical/cmoturtlenecks
|
||||
name = "Chief Medical Officer Turtlenecks"
|
||||
desc = "Contains the CMO's turtleneck and turtleneck skirt. Requires CMO access to open."
|
||||
cost = CARGO_CRATE_VALUE * 2
|
||||
access = ACCESS_CMO
|
||||
contains = list(/obj/item/clothing/under/rank/medical/chief_medical_officer/turtleneck,
|
||||
/obj/item/clothing/under/rank/medical/chief_medical_officer/turtleneck/skirt)
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
//////////////////////////// Science /////////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@@ -19,6 +19,23 @@
|
||||
dying_key = DYE_REGISTRY_JUMPSKIRT
|
||||
fitted = FEMALE_UNIFORM_TOP
|
||||
|
||||
/obj/item/clothing/under/rank/medical/chief_medical_officer/turtleneck
|
||||
name = "chief medical officer's turtleneck"
|
||||
desc = "A light blue turtleneck and tan khakis, for a chief medical officer with a superior sense of style."
|
||||
icon_state = "cmoturtle"
|
||||
inhand_icon_state = "b_suit"
|
||||
can_adjust = TRUE
|
||||
alt_covers_chest = TRUE
|
||||
|
||||
/obj/item/clothing/under/rank/medical/chief_medical_officer/turtleneck/skirt
|
||||
name = "chief medical officer's turtleneck skirt"
|
||||
desc = "A light blue turtleneck and tan khaki skirt, for a chief medical officer with a superior sense of style."
|
||||
icon_state = "cmoturtle_skirt"
|
||||
inhand_icon_state = "b_suit"
|
||||
body_parts_covered = CHEST|GROIN|ARMS
|
||||
dying_key = DYE_REGISTRY_JUMPSKIRT
|
||||
fitted = FEMALE_UNIFORM_TOP
|
||||
|
||||
/obj/item/clothing/under/rank/medical/virologist
|
||||
desc = "It's made of a special fiber that gives special protection against biohazards. It has a virologist rank stripe on it."
|
||||
name = "virologist's jumpsuit"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 7.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user