diff --git a/code/modules/mob/living/carbon/superheroes.dm b/code/modules/mob/living/carbon/superheroes.dm
index af4e6f75aa2..1c44c307cb7 100644
--- a/code/modules/mob/living/carbon/superheroes.dm
+++ b/code/modules/mob/living/carbon/superheroes.dm
@@ -188,7 +188,7 @@
switch(progress)
if(1)
to_chat(user, "You begin by introducing yourself and explaining what you're about.")
- user.visible_message("[user]'s introduces \himself and explains \his plans.")
+ user.visible_message("[user] introduces \himself and explains \his plans.")
if(2)
to_chat(user, "You begin the recruitment of [target].")
user.visible_message("[user] leans over towards [target], whispering excitedly as he gives a speech.")