From 4bc55291330f09a96989a9d9f310c41698268ab7 Mon Sep 17 00:00:00 2001 From: tralezab <40974010+tralezab@users.noreply.github.com> Date: Tue, 14 Jul 2020 14:43:40 -0700 Subject: [PATCH 1/3] guide linked! --- code/modules/mafia/roles.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mafia/roles.dm b/code/modules/mafia/roles.dm index 7eccfcd866a..2c0aab96704 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(src, "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) 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 2/3] 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) From b078b777e6e1b330fa39a4b975af999a6ab823d8 Mon Sep 17 00:00:00 2001 From: tralezab Date: Tue, 14 Jul 2020 15:15:43 -0700 Subject: [PATCH 3/3] i see what went wrong --- 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 3b8d847f6eb..93c0d4d45be 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(body, "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)