diff --git a/code/modules/mafia/roles.dm b/code/modules/mafia/roles.dm
index f85582db841..394d121005d 100644
--- a/code/modules/mafia/roles.dm
+++ b/code/modules/mafia/roles.dm
@@ -51,6 +51,7 @@
to_chat(body,"You are a crewmember. Find out and lynch the changelings!")
if(MAFIA_TEAM_SOLO)
to_chat(body,"You are not aligned to town or mafia. Accomplish your own objectives!")
+ to_chat(body, "Be sure to read the wiki page to learn more, if you have no idea what's going on.")
//please take care with this, they can break shit with their equipment unless you specifically disallow them (aka stun at the end of the game)
/datum/mafia_role/proc/reveal_role(datum/mafia_controller/game, verbose = FALSE)