From 2cda3a8a1302557d718cf19ea5787d7c8fd8e74d Mon Sep 17 00:00:00 2001 From: tralezab <40974010+tralezab@users.noreply.github.com> Date: Tue, 14 Jul 2020 14:47:55 -0700 Subject: [PATCH] Update roles.dm --- code/modules/mafia/roles.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mafia/roles.dm b/code/modules/mafia/roles.dm index 2c0aab96704..3b8d847f6eb 100644 --- a/code/modules/mafia/roles.dm +++ b/code/modules/mafia/roles.dm @@ -51,7 +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(src, "Be sure to read the wiki page to learn more, if you have no idea what's going on") + 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)