diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 9a02b2f696..26fa36c33c 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -287,6 +287,14 @@ icon_state = "wolfflight" item_state = "wolfflight" +/obj/item/weapon/crowbar/fluff/zelda_creedy_1 //daaneesh: Zelda Creedy + name = "Zelda's Crowbar" + desc = "A pink crow bar that has an engraving that reads, 'To Zelda. Love always, Dawn'" + icon = 'icons/obj/custom_items.dmi' + icon_state = "zeldacrowbar" + item_state = "crowbar" + + ////////////////////////////////// //////////// Clothing //////////// ////////////////////////////////// diff --git a/config/custom_items.txt b/config/custom_items.txt index 7d5490e2f8..ae8a0f965f 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -7,6 +7,7 @@ compactninja: Al Peterson: /obj/item/clothing/head/flatcap compactninja: Lister Black: /obj/item/weapon/storage/pill_bottle/fluff/listermedbottle, /obj/item/weapon/storage/pill_bottle/fluff/listermedbottle crazy2455: Murad Hassim: /obj/item/clothing/gloves/fluff/murad_hassim_1 cubejackal: Barry Sharke: /obj/item/clothing/mask/fluff/electriccig +daaneesh: Zelda Creedy: /obj/item/weapon/crowbar/fluff/zelda_creedy_1 desiderium: Momiji Inubashiri: /obj/item/clothing/under/fluff/olddressuniform desiderium: Rook Maudlin: /obj/item/clothing/suit/det_suit/fluff/retpolcoat, /obj/item/clothing/head/det_hat/fluff/retpolcap, /obj/item/clothing/under/det/fluff/retpoluniform deusdactyl: James Girard: /obj/item/clothing/head/secsoft/fluff/swatcap, /obj/item/clothing/suit/armor/vest/fluff/deus_blueshield @@ -52,3 +53,4 @@ vinceluk: Seth Sealis: /obj/item/clothing/suit/det_suit/fluff/graycoat whitellama: Ethan Way: /obj/item/fluff/ethan_way_1 whitewolf41: Jeremy Wolf: /obj/item/clothing/under/rank/security/fluff/jeremy_wolf_1 roaper: Ian Colm: /obj/item/weapon/card/id/fluff/ian_colmid + diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index 96061e3b4c..8f87e99e1b 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ