Update roles.dm

This commit is contained in:
tralezab
2020-07-14 14:47:55 -07:00
committed by GitHub
parent 4bc5529133
commit 2cda3a8a13
+1 -1
View File
@@ -51,7 +51,7 @@
to_chat(body,"<span class='danger'>You are a crewmember. Find out and lynch the changelings!</span>")
if(MAFIA_TEAM_SOLO)
to_chat(body,"<span class='danger'>You are not aligned to town or mafia. Accomplish your own objectives!</span>")
to_chat(src, "<b>Be sure to read <a href=\"https://tgstation13.org/wiki/Mafia">the wiki page</a> to learn more, if you have no idea what's going on</b>")
to_chat(body, "<b>Be sure to read <a href=\"https://tgstation13.org/wiki/Mafia">the wiki page</a> to learn more, if you have no idea what's going on.</b>")
//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)