Merge pull request #52244 from tralezab/patch-98

Mafia now links the wiki page at the start
This commit is contained in:
skoglol
2020-07-16 08:50:55 +02:00
committed by GitHub
+1
View File
@@ -51,6 +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(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)