mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-13 02:13:06 +00:00
49 lines
2.4 KiB
Plaintext
49 lines
2.4 KiB
Plaintext
/obj/item/clothing/suit/toggle/labcoat
|
|
name = "labcoat"
|
|
desc = "A suit that protects against minor chemical spills."
|
|
icon_state = "labcoat"
|
|
item_state = "labcoat"
|
|
blood_overlay_type = "coat"
|
|
body_parts_covered = CHEST|ARMS
|
|
allowed = list(/obj/item/device/analyzer,/obj/item/stack/medical,/obj/item/weapon/dnainjector,/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/reagent_containers/syringe,/obj/item/weapon/reagent_containers/hypospray,/obj/item/device/healthanalyzer,/obj/item/device/flashlight/pen,/obj/item/weapon/reagent_containers/glass/bottle,/obj/item/weapon/reagent_containers/glass/beaker,/obj/item/weapon/reagent_containers/pill,/obj/item/weapon/storage/pill_bottle,/obj/item/weapon/paper,/obj/item/weapon/melee/classic_baton/telescopic, /obj/item/weapon/soap)
|
|
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 50, rad = 0)
|
|
togglename = "buttons"
|
|
|
|
/obj/item/clothing/suit/toggle/labcoat/cmo
|
|
name = "chief medical officer's labcoat"
|
|
desc = "Bluer than the standard model."
|
|
icon_state = "labcoat_cmo"
|
|
item_state = "labcoat_cmo"
|
|
|
|
/obj/item/clothing/suit/toggle/labcoat/emt
|
|
name = "EMT's jacket"
|
|
desc = "A dark blue jacket with reflective strips for emergency medical technicians."
|
|
icon_state = "labcoat_emt"
|
|
item_state = "labcoat_cmo"
|
|
|
|
/obj/item/clothing/suit/toggle/labcoat/mad
|
|
name = "\improper The Mad's labcoat"
|
|
desc = "It makes you look capable of konking someone on the noggin and shooting them into space."
|
|
icon_state = "labgreen"
|
|
item_state = "labgreen"
|
|
|
|
/obj/item/clothing/suit/toggle/labcoat/genetics
|
|
name = "geneticist labcoat"
|
|
desc = "A suit that protects against minor chemical spills. Has a blue stripe on the shoulder."
|
|
icon_state = "labcoat_gen"
|
|
|
|
/obj/item/clothing/suit/toggle/labcoat/chemist
|
|
name = "chemist labcoat"
|
|
desc = "A suit that protects against minor chemical spills. Has an orange stripe on the shoulder."
|
|
icon_state = "labcoat_chem"
|
|
|
|
/obj/item/clothing/suit/toggle/labcoat/virologist
|
|
name = "virologist labcoat"
|
|
desc = "A suit that protects against minor chemical spills. Offers slightly more protection against biohazards than the standard model. Has a green stripe on the shoulder."
|
|
icon_state = "labcoat_vir"
|
|
|
|
/obj/item/clothing/suit/toggle/labcoat/science
|
|
name = "scientist labcoat"
|
|
desc = "A suit that protects against minor chemical spills. Has a purple stripe on the shoulder."
|
|
icon_state = "labcoat_tox"
|