From 1e06889ef1f37b50348b607791b549306af62d16 Mon Sep 17 00:00:00 2001 From: Dibasic Date: Sun, 13 Dec 2015 03:18:43 -0600 Subject: [PATCH 1/2] Fixes window 'bang' typo Fixes the typo when harm-intent clicking a window with your bare hand: [usr.name] bangs against the [src.name]!", - "<You bang against the [src.name]!", + "You bang against the [src.name]!", "You hear a banging sound.") else playsound(src.loc, 'sound/effects/glassknock.ogg', 80, 1) From a2d2a092c5e516e04a5d36b523521793793406ac Mon Sep 17 00:00:00 2001 From: PsiOmegaDelta Date: Sun, 13 Dec 2015 15:18:46 +0100 Subject: [PATCH 2/2] All the macros. --- code/game/objects/structures/window.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index ffb0d7f954f..5c65b7f2e5a 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -187,8 +187,8 @@ playsound(src.loc, 'sound/effects/glassknock.ogg', 80, 1) user.do_attack_animation(src) - usr.visible_message("[usr.name] bangs against the [src.name]!", - "You bang against the [src.name]!", + usr.visible_message("\The [usr] bangs against \the [src]!", + "You bang against \the [src]!", "You hear a banging sound.") else playsound(src.loc, 'sound/effects/glassknock.ogg', 80, 1) @@ -292,7 +292,7 @@ if(usr.incapacitated()) return 0 - + if(anchored) usr << "It is fastened to the floor therefore you can't rotate it!" return 0