diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 0eb255f6c05d..d56560a5acb5 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -504,7 +504,7 @@ result = examinify.examine_more(src) if(!LAZYLEN(result)) - result = list(span_notice("You examine [src] closer, but find nothing of interest...")) + result = list(span_notice("You examine [examinify] closer, but find nothing of interest...")) else result = examinify.examine(src) // if a tree is examined but no client is there to see it, did the tree ever really exist?