mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 21:28:37 +01:00
6e463de693
* _vr dmi cleanup: backpacks, bags, and belts * _vr dmi cleanup: backpacks, bags, and belts * dmi cleanup: ears/headsets * clothing _vr dmi cleanup: hats and headgear * Update rig_pieces.dm --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
// 'Modern' labcoats
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/modern
|
|
name = "modern labcoat"
|
|
icon_state = "labcoat_mod"
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/modern/cmo
|
|
name = "modern cmo's labcoat"
|
|
desc = "A suit that protects against minor chemical spills. This one has distinct markings on the arms."
|
|
icon_state = "labcoat_cmo_mod"
|
|
|
|
// 'Modern' biosuits
|
|
/obj/item/clothing/suit/bio_suit/modern
|
|
name = "modern bio suit"
|
|
icon_state = "bio_mod"
|
|
|
|
/obj/item/clothing/head/bio_hood/modern
|
|
name = "modern bio hood"
|
|
icon_state = "bio_mod"
|
|
|
|
// Labcoat icons from before the fulpstation labcoats became default
|
|
// denoted "old" to avoid conflict
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/old
|
|
name = "old-school labcoat"
|
|
icon_state = "labcoat_old"
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/old/tox
|
|
name = "old-school scientist's labcoat"
|
|
icon_state = "labcoat_old_tox"
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/old/chem
|
|
name = "old-school chemist's labcoat"
|
|
icon_state = "labcoat_old_chem"
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/old/vir
|
|
name = "old-school virologist's labcoat"
|
|
icon_state = "labcoat_old_vir"
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/old/cmo
|
|
name = "old-school CMO's labcoat"
|
|
icon_state = "labcoat_old_cmo"
|