From 32fa56980deba6bbbf6ce4244a32836098215784 Mon Sep 17 00:00:00 2001 From: Malkevin Date: Wed, 14 Aug 2013 01:54:34 +0100 Subject: [PATCH] HONK Bike horns will now honk when you hit someone with it --- code/defines/obj/weapon.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/defines/obj/weapon.dm b/code/defines/obj/weapon.dm index ab1a52bf30f..fe4dcef4cfa 100644 --- a/code/defines/obj/weapon.dm +++ b/code/defines/obj/weapon.dm @@ -119,6 +119,7 @@ icon = 'icons/obj/items.dmi' icon_state = "bike_horn" item_state = "bike_horn" + hitsound = 'sound/items/bikehorn.ogg' throwforce = 3 w_class = 1.0 throw_speed = 3