From ba2f2164df0b59533b4f08e790939a8eb6f518af Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Sun, 2 Aug 2020 04:21:36 -0600 Subject: [PATCH] No more misleading text --- code/modules/mob/living/carbon/human/examine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 50f63044..e017ec34 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -109,7 +109,7 @@ //Can be picked up? 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" //CIT CHANGES START HERE - adds genital details to examine text if(LAZYLEN(internal_organs))