diff --git a/code/game/objects/structures/grille.dm b/code/game/objects/structures/grille.dm index 7d2ad8390d7..340933e8184 100644 --- a/code/game/objects/structures/grille.dm +++ b/code/game/objects/structures/grille.dm @@ -175,7 +175,7 @@ switch(W.damtype) if(BURN) playsound(loc, 'sound/items/welder.ogg', 80, 1) - if(BRUTE) + else playsound(loc, 'sound/effects/grillehit.ogg', 80, 1) health -= W.force * 0.3