Adds an adhomian surgeon garb (#10599)

This commit is contained in:
Alberyk
2020-11-22 13:12:14 -03:00
committed by GitHub
parent f13e301151
commit bcc515c231
4 changed files with 36 additions and 0 deletions
@@ -60,6 +60,13 @@
allowed_roles = list("Chief Medical Officer", "Physician", "Surgeon", "Chemist", "Geneticist", "Emergency Medical Technician", "Medical Intern")
sort_category = "Xenowear - Tajara"
/datum/gear/suit/tajaran_surgeon
display_name = "adhomian surgeon garb"
path = /obj/item/clothing/suit/storage/hooded/tajaran/surgery
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
allowed_roles = list("Chief Medical Officer", "Physician", "Surgeon", "Xenobiologist", "Roboticist")
sort_category = "Xenowear - Tajara"
/datum/gear/uniform/tajara
display_name = "tajaran uniform selection"
description = "A selection of tajaran native uniforms."
@@ -128,6 +128,29 @@
agitation about the religion of Mata'ke and S'rrendars position within that pantheon. Further the Parivara has called multiple summits over the courses of war, which usually result \
in temporary cease-fires from all sides."
/obj/item/clothing/suit/storage/hooded/tajaran/surgery
name = "adhomian surgeon garb"
desc = "An utilitarian Adhomian surgeon's garb, with its design hardly changed from the First Revolution."
icon = 'icons/obj/tajara_items.dmi'
icon_state = "tajscrubs"
item_state = "tajscrubs"
contained_sprite = TRUE
flags_inv = 0
hoodtype = /obj/item/clothing/head/winterhood/hoodie/taj_scrubs
allowed = list(/obj/item/stack/medical, /obj/item/reagent_containers/dropper, /obj/item/reagent_containers/hypospray, /obj/item/reagent_containers/syringe, \
/obj/item/device/healthanalyzer, /obj/item/device/flashlight, /obj/item/device/radio, /obj/item/tank/emergency_oxygen, /obj/item/device/breath_analyzer, /obj/item/reagent_containers/blood)
species_restricted = list(BODYTYPE_TAJARA)
desc_fluff = null
/obj/item/clothing/head/winterhood/hoodie/taj_scrubs
name = "adhomian surgeon mask"
desc = "A surgical mask attached to a surgeon garb."
icon = 'icons/obj/tajara_items.dmi'
icon_state = "tajscrubs_hood"
item_state = "tajscrubs_hood"
contained_sprite = TRUE
species_restricted = list(BODYTYPE_TAJARA)
/obj/item/clothing/suit/armor/tajara
name = "amohdan swordsmen armor"
desc = "A suit of armor used by the traditional warriors of Amohda."
+6
View File
@@ -0,0 +1,6 @@
author: Alberyk, mikomyazaki
delete-after: True
changes:
- rscadd: "Added a Tajaran surgeon garb to the xeno loadout."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 79 KiB