Fortune Bloise's Shield Pendant

Item Path: /obj/item/clothing/tie/fluff/fortune_shieldpendant
Sprite Path: icons/obj/custom_items/fortune_shieldpendant.dmi
Thread: http://aurorastation.org/forums/viewtopic.php?f=100&t=1792
This commit is contained in:
Sierra Brown
2015-10-03 09:13:48 -07:00
parent 6549f96418
commit 62b2d7d4c7
2 changed files with 14 additions and 1 deletions
+14 -1
View File
@@ -1310,4 +1310,17 @@ END R I P HAZERI
icon = 'icons/obj/custom_items/varan_dataslate.dmi'
icon_state = "varan_dataslate"
item_state = "varan_dataslate"
contained_sprite = 1
contained_sprite = 1
// Fortune Bloise - swat43 - Shield Pendant
/obj/item/clothing/tie/fluff/fortune_shieldpendant
name = "shield pendant"
desc = "A small blue shield shaped pendant with two small wings attached to it."
icon = 'icons/obj/custom_items/fortune_shieldpendant.dmi'
icon_state = "fortune_shieldpendant"
item_color = "fortune_shieldpendant"
contained_sprite = 1
slot_flags = SLOT_MASK
/obj/item/clothing/tie/fluff/fortune_shieldpendant/New()
inv_overlay = image("icon" = 'icons/obj/custom_items/fortune_shieldpendant.dmi', "icon_state" = "fortune_shieldpendant_w")