mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-18 04:41:27 +01:00
e0aabe5914
* talon uniform
* Talon update
* Update talon_v2.dmm
Playing
* Talon fix and a new Slogan!
* talon fax
* For admins set up talon company fax
+ paperworks can use [talogo]
* Add FAX word
* Talon seal addation
* Fix and Updating the Talon map
Regarding the Talon map, I brought it to the appearance of the Rogue Star. So that players on both servers feel as little strange as possible when playing on the same ship, even on different servers.
* Update talon_v2.dmm
bluespace
* Fixup maps in TGM format
a89e3f1f87: maps/offmap_vr/talon/talon_v2.dmm
Automatically commited by: tools\mapmerge2\fixup.py
* Update talon_v2.dm
* Update talon_v2.dm
* sprite fix
* Forgot to add a fix
Fix for stamp and logo for correct work
* Delete custom_items.txt
accidentally add that in PR, now rempve that
132 lines
6.4 KiB
Plaintext
132 lines
6.4 KiB
Plaintext
/obj/item/clothing/suit/storage/toggle/labcoat
|
|
name = "labcoat"
|
|
desc = "A suit that protects against minor chemical spills."
|
|
icon_state = "labcoat"
|
|
item_state_slots = list(slot_r_hand_str = "labcoat", slot_l_hand_str = "labcoat")
|
|
blood_overlay_type = "coat"
|
|
body_parts_covered = UPPER_TORSO|ARMS
|
|
flags_inv = HIDEHOLSTER
|
|
allowed = list(POCKET_GENERIC, POCKET_EMERGENCY, POCKET_MEDICAL)
|
|
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 50, rad = 0)
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/red
|
|
name = "red labcoat"
|
|
desc = "A suit that protects against minor chemical spills. This one is red."
|
|
icon_state = "red_labcoat"
|
|
item_state_slots = list(slot_r_hand_str = "red_labcoat", slot_l_hand_str = "red_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/blue
|
|
name = "blue labcoat"
|
|
desc = "A suit that protects against minor chemical spills. This one is blue."
|
|
icon_state = "blue_labcoat"
|
|
item_state_slots = list(slot_r_hand_str = "blue_labcoat", slot_l_hand_str = "blue_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/purple
|
|
name = "purple labcoat"
|
|
desc = "A suit that protects against minor chemical spills. This one is purple."
|
|
icon_state = "purple_labcoat"
|
|
item_state_slots = list(slot_r_hand_str = "purple_labcoat", slot_l_hand_str = "purple_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/orange
|
|
name = "orange labcoat"
|
|
desc = "A suit that protects against minor chemical spills. This one is orange."
|
|
icon_state = "orange_labcoat"
|
|
item_state_slots = list(slot_r_hand_str = "orange_labcoat", slot_l_hand_str = "orange_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/yellow
|
|
name = "yellow labcoat"
|
|
desc = "A suit that protects against minor chemical spills. This one is yellow."
|
|
icon_state = "yellow_labcoat"
|
|
item_state_slots = list(slot_r_hand_str = "yellow_labcoat", slot_l_hand_str = "yellow_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/pink
|
|
name = "pink labcoat"
|
|
desc = "A suit that protects against minor chemical spills. This one is pink."
|
|
icon_state = "pink_labcoat"
|
|
item_state_slots = list(slot_r_hand_str = "pink_labcoat", slot_l_hand_str = "pink_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/green
|
|
name = "green labcoat"
|
|
desc = "A suit that protects against minor chemical spills. This one is green."
|
|
icon_state = "green_labcoat"
|
|
item_state_slots = list(slot_r_hand_str = "green_labcoat", slot_l_hand_str = "green_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/mad
|
|
name = "The Mad's labcoat"
|
|
desc = "It makes you look capable of konking someone on the noggin and shooting them into space."
|
|
icon_state = "green_labcoat"
|
|
item_state_slots = list(slot_r_hand_str = "green_labcoat", slot_l_hand_str = "green_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/cmo
|
|
name = "chief medical officer's labcoat"
|
|
desc = "Bluer than the standard model."
|
|
icon_state = "labcoat_cmo"
|
|
item_state_slots = list(slot_r_hand_str = "cmo_labcoat", slot_l_hand_str = "cmo_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/cmoalt
|
|
name = "chief medical officer's labcoat"
|
|
desc = "A labcoat with command blue highlights."
|
|
icon_state = "labcoat_cmoalt"
|
|
item_state_slots = list(slot_r_hand_str = "cmo_labcoat", slot_l_hand_str = "cmo_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/genetics
|
|
name = JOB_GENETICIST + " labcoat"
|
|
desc = "A suit that protects against minor chemical spills. Has a blue stripe on the shoulder."
|
|
icon_state = "labcoat_gen"
|
|
item_state_slots = list(slot_r_hand_str = "genetics_labcoat", slot_l_hand_str = "genetics_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/chemist
|
|
name = JOB_CHEMIST + " labcoat"
|
|
desc = "A suit that protects against minor chemical spills. Has an orange stripe on the shoulder."
|
|
icon_state = "labcoat_chem"
|
|
item_state_slots = list(slot_r_hand_str = "chemist_labcoat", slot_l_hand_str = "chemist_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/virologist
|
|
name = JOB_ALT_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"
|
|
item_state_slots = list(slot_r_hand_str = "virologist_labcoat", slot_l_hand_str = "virologist_labcoat")
|
|
armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 60, rad = 0)
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/roboticist
|
|
name = JOB_ROBOTICIST + " labcoat"
|
|
desc = "More like an eccentric coat than a labcoat. Helps pass off bloodstains as part of the aesthetic. Comes with red shoulder pads."
|
|
icon_state = "labcoat_robo"
|
|
item_state_slots = list(slot_r_hand_str = "labcoat", slot_l_hand_str = "labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/science
|
|
name = JOB_SCIENTIST + " labcoat"
|
|
desc = "A suit that protects against minor chemical spills. Has a purple stripe on the shoulder."
|
|
icon_state = "labcoat_tox"
|
|
item_state_slots = list(slot_r_hand_str = "science_labcoat", slot_l_hand_str = "science_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/rd
|
|
name = "research director's labcoat"
|
|
desc = "A flashy labcoat with purple markings. It belongs to the " + JOB_RESEARCH_DIRECTOR + "."
|
|
icon_state = "labcoat_rd"
|
|
item_state_slots = list(slot_r_hand_str = "science_labcoat", slot_l_hand_str = "science_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/emt
|
|
name = "EMT's labcoat"
|
|
desc = "A dark blue labcoat with reflective strips for emergency medical technicians."
|
|
icon_state = "labcoat_emt"
|
|
item_state_slots = list(slot_r_hand_str = "emt_labcoat", slot_l_hand_str = "emt_labcoat")
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/blue_edge
|
|
name = "blue-edged labcoat"
|
|
desc = "A suit that protects against minor chemical spills. This one has blue trim."
|
|
icon_state = "blue_edge_labcoat"
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/plaguedoctor
|
|
name = "golden plague doctor suit"
|
|
desc = "If it worked then, it works now. This classic design comes in gold."
|
|
icon_state = "plaguedoctor2"
|
|
|
|
/obj/item/clothing/suit/storage/toggle/labcoat/talon
|
|
name = "Talon labcoat"
|
|
desc = "A large, and extremely sterile labcoat that protects the wearer from chemical spills. This one has ITV Talon colored patterns along the labcoat, the designated shapes list it as a medical officer's labcoat."
|
|
icon = 'icons/inventory/suit/item.dmi'
|
|
default_worn_icon = 'icons/inventory/suit/mob.dmi'
|
|
icon_state = "talon_labcoat"
|
|
item_state_slots = list(slot_r_hand_str = "talon_labcoat", slot_l_hand_str = "talon_labcoat")
|