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))