mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
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:
@@ -186,7 +186,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)
|
||||
|
||||
Reference in New Issue
Block a user