Fix mad scientist message
This commit is contained in:
parent
e84e786d39
commit
a2201c5061
@ -4647,10 +4647,10 @@ def transition_night(cli):
|
|||||||
|
|
||||||
for ms in var.ROLES["mad scientist"]:
|
for ms in var.ROLES["mad scientist"]:
|
||||||
if ms in var.PLAYERS and var.PLAYERS[ms]["cloak"] not in var.SIMPLE_NOTIFY:
|
if ms in var.PLAYERS and var.PLAYERS[ms]["cloak"] not in var.SIMPLE_NOTIFY:
|
||||||
pm(cli, ms, ("You are the \u0002mad scientist\u0002. If you are lynched during " +
|
pm(cli, ms, ("You are the \u0002mad scientist\u0002. If you die for any reason " +
|
||||||
"the day, you will let loose a potent chemical concoction that will " +
|
"other than idling out or quitting, you will let loose a potent " +
|
||||||
"kill the players that joined immediately before and after you if " +
|
"chemical concoction that will kill the players that joined " +
|
||||||
"they are still alive."))
|
"immediately before and after you if they are still alive."))
|
||||||
else:
|
else:
|
||||||
pm(cli, ms, "You are the \u0002mad scientist\u0002.")
|
pm(cli, ms, "You are the \u0002mad scientist\u0002.")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user