Adds custom item for Von2531

Blue blazer loadout item
This commit is contained in:
mwerezak
2015-03-09 16:57:10 -04:00
parent db450303c4
commit 1150902c9f
6 changed files with 13 additions and 0 deletions
+6
View File
@@ -282,6 +282,12 @@ var/global/list/gear_datums = list()
slot = slot_w_uniform
cost = 2
/datum/gear/blazer_blue
display_name = "blazer, blue"
path = /obj/item/clothing/under/blazer
slot = slot_w_uniform
cost = 2
/datum/gear/kilt
display_name = "kilt"
path = /obj/item/clothing/under/kilt
@@ -490,3 +490,10 @@
item_state = "mai_yang"
item_color = "mai_yang"
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS
/obj/item/clothing/under/blazer
name = "blue blazer"
desc = "A bold but yet conservative outfit, red corduroys, navy blazer and a tie."
icon_state = "blue_blazer"
item_state = "blue_blazer"
item_color = "blue_blazer"