@@ -519,3 +519,12 @@
|
||||
flags = FPRINT | TABLEPASS | SUITSPACE
|
||||
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS
|
||||
armor = list(melee = 100, bullet = 100, laser = 100,energy = 100, bomb = 100, bio = 100, rad = 100)
|
||||
|
||||
/obj/item/clothing/under/rank/medical_sleeve
|
||||
desc = "Made of a special fiber that gives special protection against biohazards. Has a cross on the chest denoting that the wearer is trained medical personnel. Has short sleeves."
|
||||
name = "Short Sleeve Medical Jumpsuit"
|
||||
icon_state = "medical_sleeve"
|
||||
item_state = "medical_sleeve"
|
||||
color = "medical_sleeve"
|
||||
permeability_coefficient = 0.50
|
||||
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 10, rad = 0)
|
||||
@@ -355,6 +355,12 @@ THERMAL GLASSES
|
||||
else if(src.icon_state == "labcoat_pink")
|
||||
src.icon_state = "labcoat_pink_open"
|
||||
usr << "You unbutton the labcoat."
|
||||
else if(src.icon_state == "labcoat_sleeve_open")
|
||||
src.icon_state = "labcoat_sleeve"
|
||||
usr << "You button up the labcoat."
|
||||
else if(src.icon_state == "labcoat_sleeve")
|
||||
src.icon_state = "labcoat_sleeve_open"
|
||||
usr << "You unbutton the labcoat."
|
||||
|
||||
else
|
||||
usr << "Sorry! The suit you're wearing doesn't have buttons!"
|
||||
|
||||
@@ -46,3 +46,8 @@
|
||||
name = "Pink Labcoat"
|
||||
desc = "A suit that protects against minor chemical spills. Has a pink stripe down from the shoulders."
|
||||
icon_state = "labcoat_pink_open"
|
||||
|
||||
/obj/item/clothing/suit/storage/labcoat/red
|
||||
name = "Red Labcoat"
|
||||
desc = "A suit that protects against minor chemical spills. Has a red stripe on the shoulders and rolled up sleeves."
|
||||
icon_state = "labcoat_sleeve_open"
|
||||
@@ -4,3 +4,4 @@ asanadas: Book Berner: /obj/item/clothing/under/chameleon/psyche
|
||||
tastyfish: Cindy Robertson: /obj/item/weapon/wrapping_paper
|
||||
eternal248: Maximilian Haynes: /obj/item/weapon/paper/certificate
|
||||
searif: Yuki Matsuda: /obj/item/weapon/paper/certificate
|
||||
erthilo: Farah Lants: /obj/item/clothing/under/rank/medical_sleeve, /obj/item/clothing/suit/storage/labcoat/red
|
||||
|
Before Width: | Height: | Size: 199 KiB After Width: | Height: | Size: 202 KiB |
|
Before Width: | Height: | Size: 153 KiB After Width: | Height: | Size: 155 KiB |
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |