diff --git a/code/modules/mining/lavaland/necropolis_chests.dm b/code/modules/mining/lavaland/necropolis_chests.dm index e4d4f9c979d..649a868077d 100644 --- a/code/modules/mining/lavaland/necropolis_chests.dm +++ b/code/modules/mining/lavaland/necropolis_chests.dm @@ -437,7 +437,7 @@ slot_flags = SLOT_BACK w_class = 4 force = 20 - hitsound = 'swing_hit' + hitsound = "swing_hit" //hitsound = 'sound/weapons/sonic_jackhammer.ogg' actions_types = list(/datum/action/item_action/vortex_recall, /datum/action/item_action/toggle_unfriendly_fire) var/cooldown_time = 20 //how long the cooldown between non-melee ranged attacks is diff --git a/sound/weapons/ZapBang.ogg b/sound/weapons/ZapBang.ogg new file mode 100644 index 00000000000..4e14e30a11b Binary files /dev/null and b/sound/weapons/ZapBang.ogg differ