Small noise tweaks (#6890)

This commit is contained in:
fernerr
2019-08-23 00:52:34 +02:00
committed by Werner
parent f111969047
commit 8c67c7c6ea
3 changed files with 45 additions and 0 deletions

View File

@@ -106,6 +106,8 @@ for reference:
if("brute")
src.health -= W.force * 0.75
else
animate_shake()
playsound(src.loc, material.hitsound, 100, 1)
if (src.health <= 0)
visible_message("<span class='danger'>The barricade is smashed apart!</span>")
dismantle()