From afe7e4642a5d54a9cf3038400e9006a9e8079554 Mon Sep 17 00:00:00 2001 From: Ispil Date: Sun, 18 Nov 2012 16:38:01 -0700 Subject: [PATCH] Fix to Issue #1978. Removes the extra "t" in "the." --- code/modules/clothing/clothing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 3e373c7d5f2..5a559e3310d 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -259,6 +259,6 @@ BLIND // can't see anything "\red You draw \the [H.holstered], ready to shoot!") else usr.visible_message("\blue [usr] draws \the [H.holstered], pointing it at the ground.", \ - "\blue You draw \the [H.holstered], pointing it at tthe ground.") + "\blue You draw \the [H.holstered], pointing it at the ground.") usr.put_in_hands(H.holstered) H.holstered = null