Custom items 15/03 (#1925)

Items being added:

-Tagged brown coat - Leo Wyatt - keinto
-Tagged brown hat - Leo Wyatt - keinto

Also, fixing some minor issues with some custom items.
This commit is contained in:
Alberyk
2017-03-18 00:33:24 +02:00
committed by skull132
parent 9856e18486
commit 07475b3b52
2 changed files with 26 additions and 7 deletions
+26 -7
View File
@@ -96,7 +96,7 @@ All custom items with worn sprites must follow the contained sprite system: http
/obj/item/clothing/gloves/swat/fluff/hawk_gloves //Sharpshooter gloves - Hawk Silverstone - nebulaflare
name = "\improper sharpshooter gloves"
name = "sharpshooter gloves"
desc = "These tactical gloves are tailor made for a marksman."
icon = 'icons/obj/custom_items/hawk_gloves.dmi'
icon_state = "hawk_gloves"
@@ -258,6 +258,7 @@ All custom items with worn sprites must follow the contained sprite system: http
name = "ATLAS poster"
/obj/item/weapon/contraband/poster/fluff/conservan_poster/New()
..()
serial_number = 59
@@ -341,7 +342,7 @@ All custom items with worn sprites must follow the contained sprite system: http
/obj/item/weapon/fluff/moon_baton //Tiger Claw - Zander Moon - omnivac
name = "tiger claw"
desc = "A small cerimonial energy dagger given to Golden Tigers."
desc = "A small ceremonial energy dagger given to Golden Tigers."
icon = 'icons/obj/custom_items/moon_baton.dmi'
icon_state = "tigerclaw"
item_state = "tigerclaw"
@@ -467,7 +468,7 @@ All custom items with worn sprites must follow the contained sprite system: http
contained_sprite = 1
canremove = 0
abstract = 1
species_restricted = list("Baseline Frame")
species_restricted = list("Machine")
/obj/item/weapon/reagent_containers/food/drinks/flask/fluff/barcia_flask //First Shot - Gabriel Barcia - mrgabol100
@@ -618,7 +619,7 @@ All custom items with worn sprites must follow the contained sprite system: http
contained_sprite = 1
/obj/item/sign/fluff/alexis_degree //Xenonuerology Doctorate - Alexis Shaw - Tenenza
/obj/item/sign/fluff/alexis_degree //Xenonuerology Doctorate - Alexis Shaw - tenenza
name = "xenonuerology degree"
desc = "Certification for a doctorate in Xenonuerology, made out to Alexis Shaw by the St. Grahelm University of Biesel, authenticated by watermarking."
icon_state = "alexis_degree"
@@ -723,8 +724,8 @@ All custom items with worn sprites must follow the contained sprite system: http
w_class = 2
/obj/item/clothing/accessory/fluff/zahra_pin //Indigo remembrance pin - Zahra Karimi - synnono
name = "Indigo remembrance pin"
/obj/item/clothing/accessory/fluff/zahra_pin //Indigo Remembrance Pin - Zahra Karimi - synnono
name = "indigo remembrance pin"
desc = "A small metal pin, worked into the likeness of an indigo iris blossom."
icon = 'icons/obj/custom_items/zahra_pin.dmi'
icon_state = "zahra_pin"
@@ -732,7 +733,7 @@ All custom items with worn sprites must follow the contained sprite system: http
contained_sprite = 1
/obj/item/clothing/accessory/armband/fluff/karl_armband //Medizinercorps armband - Karl Jonson - arrow768
/obj/item/clothing/accessory/armband/fluff/karl_armband //Medizinercorps Armband - Karl Jonson - arrow768
name = "medizinercorps armband"
desc = "A plain black armband with the golden Medizinercorps logo on it."
icon = 'icons/obj/custom_items/karl_armband.dmi'
@@ -1008,3 +1009,21 @@ All custom items with worn sprites must follow the contained sprite system: http
item_state = "ghoz_eyes"
contained_sprite = 1
action_button_name = "Toggle Eyelids"
species_restricted = list("Vaurca") //i think this would make sense since those are some kind of vaurca build prothestic
/obj/item/clothing/head/det/fluff/leo_hat //Tagged brown hat - Leo Wyatt - keinto
name = "tagged brown hat"
desc = "A worn mid 20th century brown hat. If you look closely at the back, you can see a an embedded tag from the \"Museum of Terran Culture and Technology\"."
icon = 'icons/obj/custom_items/leo_coat.dmi'
icon_state = "leo_hat"
item_state = "leo_hat"
contained_sprite = 1
/obj/item/clothing/suit/storage/det_trench/fluff/leo_coat //Tagged brown coat - Leo Wyatt - keinto
name = "tagged brown coat"
desc = "A worn mid 20th century brown trenchcoat. If you look closely at bottom of the back, you can see an embedded tag from the \"Museum of Terran Culture and Technology\"."
icon = 'icons/obj/custom_items/leo_coat.dmi'
icon_state = "leo_coat"
item_state = "leo_coat"
contained_sprite = 1