From 266a96a23c2d444ae32e8b608131d89f2eb33bc3 Mon Sep 17 00:00:00 2001 From: Ansari Date: Thu, 2 Nov 2017 11:23:55 +0800 Subject: [PATCH] remove redundant you --- code/modules/mob/living/living.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index 7c1968d4004..8c81980eb8e 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -1036,7 +1036,7 @@ return //no message spam if(final_taste_list.len == 0)//too many reagents - none meet their thresholds - to_chat(src, "You you can't really make out what you're tasting...") + to_chat(src, "You can't really make out what you're tasting...") return to_chat(src, "You can taste [english_list(final_taste_list)].")