diff --git a/code/citadel/custom_loadout/custom_items.dm b/code/citadel/custom_loadout/custom_items.dm index 84091b0172..a88a36a647 100644 --- a/code/citadel/custom_loadout/custom_items.dm +++ b/code/citadel/custom_loadout/custom_items.dm @@ -67,7 +67,7 @@ w_class = WEIGHT_CLASS_SMALL attack_verb = list("slapped") resistance_flags = FLAMMABLE - var/bitesound = 'sound/items/bikehorn.ogg' + squeak_override = list('sound/items/bikehorn.ogg'= 1) /obj/item/clothing/neck/cloak/carrot name = "carrot cloak" diff --git a/icons/mob/neck.dmi b/icons/mob/neck.dmi index 64242e0d1f..fb43ae85ec 100644 Binary files a/icons/mob/neck.dmi and b/icons/mob/neck.dmi differ