diff --git a/code/game/objects/structures/tables_racks.dm b/code/game/objects/structures/tables_racks.dm index f904b2a0c9c..392da076375 100644 --- a/code/game/objects/structures/tables_racks.dm +++ b/code/game/objects/structures/tables_racks.dm @@ -56,7 +56,7 @@ /obj/structure/table/mech_melee_attack(obj/mecha/M) visible_message("[M.name] smashes [src] apart!") - playsound(src.loc, 'sound/weapons/punch4.ogg.ogg', 50, 1) + playsound(src.loc, 'sound/weapons/punch4.ogg', 50, 1) table_destroy(1) /obj/structure/table/attack_alien(mob/living/user)