From 252eccd7e0939d0aa0e271264b04919fa8abe7ba Mon Sep 17 00:00:00 2001 From: Terilia Date: Tue, 20 Feb 2018 14:21:49 +0000 Subject: [PATCH] Forgot to add the Char Name and Ckey --- code/modules/customitems/item_defines.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index ec137f59065..c5eba9ade53 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -1263,7 +1263,7 @@ item_color = "victorianlightfire" displays_id = FALSE -/obj/item/weapon/bikehorn/fluff/pinkbikehorn +/obj/item/weapon/bikehorn/fluff/pinkbikehorn //Xerdies: Squiddle Toodle name = "Honkinator5000" desc = "This horn may look ridiculous but is the new hot item for clowns in the Clown Empire. It has a fine print on its side reading: Property of Prince Honktertong the IV" icon = 'icons/obj/custom_items.dmi' @@ -1271,4 +1271,4 @@ righthand_file = 'icons/mob/inhands/fluff_righthand.dmi' icon_state = "teri_horn" item_state = "teri_horn" - honk_sound = 'sound/items/teri_horn.ogg' \ No newline at end of file + honk_sound = 'sound/items/teri_horn.ogg'