diff --git a/code/game/objects/items/weapons/bones.dm b/code/game/objects/items/weapons/bones.dm index 617ddd9c1a..072c236e99 100644 --- a/code/game/objects/items/weapons/bones.dm +++ b/code/game/objects/items/weapons/bones.dm @@ -44,3 +44,9 @@ name = "ribcage" desc = "If you had some mallets, you could probably use this as a makeshift xylophone." icon_state = "ribs" + +/obj/item/weapon/bone/horn //Teppi horn!!!! + name = "horn" + desc = "A hard conical structure made of bone or some other similar organic material. Traditionally seen affixed to helmets, hollowed out and filled with tasty drinks, or occasionally, attatched to the heads of animals." + icon = 'icons/obj/bones_vr.dmi' + icon_state = "horn"