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