diff --git a/code/citadel/custom_loadout/custom_items.dm b/code/citadel/custom_loadout/custom_items.dm index da81dfb37c..5ee9f3f508 100644 --- a/code/citadel/custom_loadout/custom_items.dm +++ b/code/citadel/custom_loadout/custom_items.dm @@ -53,4 +53,18 @@ icon_state = "zombscarf" desc = "A fashionable collar" item_color = "zombscarf" - dog_fashion = /datum/dog_fashion/head \ No newline at end of file + dog_fashion = /datum/dog_fashion/head + + +/*PLACEHOLDER*/ + +/obj/item/toy/plush/carrot + name = "carrot plushie" + desc = "While a normal carrot would be good for your eyes, this one seems a bit more for hugging then eating." + icon = 'icons/obj/hydroponics/harvest.dmi' + icon_state = "carrot" + item_state = "carrot" + w_class = WEIGHT_CLASS_SMALL + attack_verb = list("slapped") + resistance_flags = FLAMMABLE + var/bitesound = 'sound/items/bikehorn.ogg'