From e47f620e892c95971c201bc91d408653ebf9ae0a Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Wed, 29 Jul 2020 08:31:55 -0600 Subject: [PATCH] holy shit shut up tatyana --- code/modules/mob/living/carbon/examine.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/examine.dm b/code/modules/mob/living/carbon/examine.dm index b4ce85c0..b05b796c 100644 --- a/code/modules/mob/living/carbon/examine.dm +++ b/code/modules/mob/living/carbon/examine.dm @@ -17,7 +17,7 @@ if (wear_neck) msg += "[t_He] [t_is] wearing [wear_neck.get_examine_string(user)] around [t_his] neck.\n" if(can_be_held) - msg += "[t_He] looks small enough to be picked up with Alt+Click!\n" + msg += "[t_He] might be able to be picked up with Alt+Click!\n" @@ -114,4 +114,4 @@ msg += "*---------*" to_chat(user, msg) - return msg \ No newline at end of file + return msg