diff --git a/code/modules/halo/sounds/chaingun_fire.ogg b/code/modules/halo/sounds/chaingun_fire.ogg new file mode 100644 index 0000000000000..5f6a78f203dd1 Binary files /dev/null and b/code/modules/halo/sounds/chaingun_fire.ogg differ diff --git a/code/modules/halo/weapons/turrets/chaingun.dm b/code/modules/halo/weapons/turrets/chaingun.dm index 03ba68a2a43f0..6d9daa7640b46 100644 --- a/code/modules/halo/weapons/turrets/chaingun.dm +++ b/code/modules/halo/weapons/turrets/chaingun.dm @@ -11,6 +11,7 @@ name = "Confetti Maker Chaingun Turret" desc = "A lead-spewing gun, usually found mounted to a turret. It is known for it's inaccuracy and extraordinary rate of fire.." + fire_sound = 'code/modules/halo/sounds/chaingun_fire.ogg' icon_state = "chaingun_obj" item_state = "chaingun_obj"