From 3a9ff8e4060552ca85661d3283bfb986eb3d7d7f Mon Sep 17 00:00:00 2001 From: Nadyr <41974248+Darlantanis@users.noreply.github.com> Date: Fri, 27 Aug 2021 20:53:01 -0400 Subject: [PATCH] powder that makes you say yes --- code/game/objects/items/weapons/bones.dm | 6 ++++++ 1 file changed, 6 insertions(+) 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"