From 899b2effd415099edc306672e47bc07e3c65d1d3 Mon Sep 17 00:00:00 2001 From: PsiOmegaDelta Date: Thu, 14 Jan 2016 08:35:31 +0100 Subject: [PATCH] Adds \the macros. --- code/game/objects/effects/decals/contraband.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/effects/decals/contraband.dm b/code/game/objects/effects/decals/contraband.dm index cd3618c9366..b8ecb7f60b9 100644 --- a/code/game/objects/effects/decals/contraband.dm +++ b/code/game/objects/effects/decals/contraband.dm @@ -142,7 +142,7 @@ if(ruined || !user.Adjacent(src)) return - visible_message("[user] rips [src] in a single, decisive motion!" ) + visible_message("\The [user] rips \the [src] in a single, decisive motion!" ) playsound(src.loc, 'sound/items/poster_ripped.ogg', 100, 1) ruined = 1 icon_state = "poster_ripped"