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)].")