diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 1c3e616c..8044f6a0 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -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 \ No newline at end of file + 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") \ No newline at end of file diff --git a/icons/obj/custom_items/fortune_shieldpendant.dmi b/icons/obj/custom_items/fortune_shieldpendant.dmi new file mode 100644 index 00000000..4389ae4b Binary files /dev/null and b/icons/obj/custom_items/fortune_shieldpendant.dmi differ