From 2b51d4dd788bcca777d771fcdcd019bfdc1b0dbe Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Thu, 14 Sep 2017 11:24:15 +0100 Subject: [PATCH] your footsteps --- code/modules/clothing/shoes/miscellaneous.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/shoes/miscellaneous.dm b/code/modules/clothing/shoes/miscellaneous.dm index a2afdc040be..84b62bfd85c 100644 --- a/code/modules/clothing/shoes/miscellaneous.dm +++ b/code/modules/clothing/shoes/miscellaneous.dm @@ -181,7 +181,7 @@ if((!silence_steps || shoe_sound) && TR.use(4)) silence_steps = 1 shoe_sound = null - to_chat(user, "You tape the soles of [src] to silence them.") + to_chat(user, "You tape the soles of [src] to silence your footsteps.") else return ..()