Fix mad scientist message sometimes showing incorrect targets
Closes #124
This commit is contained in:
parent
6097a58820
commit
6bae3b9a3a
@ -5615,6 +5615,7 @@ def transition_night(cli):
|
|||||||
|
|
||||||
|
|
||||||
for ms in var.ROLES["mad scientist"]:
|
for ms in var.ROLES["mad scientist"]:
|
||||||
|
pl = ps[:]
|
||||||
index = var.ALL_PLAYERS.index(ms)
|
index = var.ALL_PLAYERS.index(ms)
|
||||||
targets = []
|
targets = []
|
||||||
target1 = var.ALL_PLAYERS[index - 1]
|
target1 = var.ALL_PLAYERS[index - 1]
|
||||||
|
Loading…
Reference in New Issue
Block a user