Fixes window 'bang' typo

Fixes the typo when harm-intent clicking a window with your bare hand:

<You bang against the window!

to:

You bang against the window!
This commit is contained in:
Dibasic
2015-12-13 15:06:14 +01:00
committed by PsiOmegaDelta
parent ed49161dd2
commit 1e06889ef1
+1 -1
View File
@@ -188,7 +188,7 @@
playsound(src.loc, 'sound/effects/glassknock.ogg', 80, 1)
user.do_attack_animation(src)
usr.visible_message("<span class='danger'>[usr.name] bangs against the [src.name]!</span>",
"<<span class='danger'>You bang against the [src.name]!</span>",
"<span class='danger'>You bang against the [src.name]!</span>",
"You hear a banging sound.")
else
playsound(src.loc, 'sound/effects/glassknock.ogg', 80, 1)