Custom items from Severis, gear additions of security uniforms.

This commit is contained in:
suethecake
2015-02-18 14:31:55 -06:00
parent b00cf6dda9
commit cff9227dc5
7 changed files with 114 additions and 2 deletions
+24 -1
View File
@@ -995,4 +995,27 @@ obj/structure/stool/bed/chair/wheelchair/fluff/kit/handle_rotation()
if(3)
ink = 1
colour = "black"
user << "<span class='notice'>You cycle the pen to use the black ink cartridge.</span>"
user << "<span class='notice'>You cycle the pen to use the black ink cartridge.</span>"
/obj/structure/sign/shaw_degree //Xenonuerology Doctorate - Alexis Shaw - Tenenza
name = "\improper Xenonuerology degree"//Description trimmed down, summarized.
desc = "Certification for a doctorate in Xenonuerology, made out to Alexis Shaw by the St. Grahelm University of Beisel, authenticated by watermarking."
icon_state = "shaw_degree"
/obj/item/clothing/suit/storage/fluff/dalton_coat //Black Overcoat - Robert Dalton - Valkrae
name = "black overcoat"
desc = " A black overcoat. It seems worn, and well-made. The coat smells of tobacco and smoke."
icon = 'icons/obj/custom_items.dmi'
icon_state = "dalton_coat"
item_state = "dalton_coat"
/obj/item/clothing/suit/storage/rohitin_jacket //CSI Jacket - Ana Ro'hi'tin - SueTheCake
name = "CSI jacket"
desc = " A black jacket with the words 'CSI' printed in the back in bright, white letters."
icon_state = "rohitinjacket"
item_state = "rohitinjacket"
blood_overlay_type = "armor"
allowed = list(/obj/item/stack/medical, /obj/item/weapon/reagent_containers/dropper, /obj/item/weapon/reagent_containers/hypospray, /obj/item/weapon/reagent_containers/syringe, \
/obj/item/device/healthanalyzer, /obj/item/device/flashlight, /obj/item/device/radio, /obj/item/weapon/tank/emergency_oxygen)