Fix mad scientist message sometimes showing incorrect targets

Closes #124
This commit is contained in:
Ryan Schmidt 2015-04-05 23:47:05 -05:00
parent 6097a58820
commit 6bae3b9a3a

View File

@ -5615,6 +5615,7 @@ def transition_night(cli):
for ms in var.ROLES["mad scientist"]:
pl = ps[:]
index = var.ALL_PLAYERS.index(ms)
targets = []
target1 = var.ALL_PLAYERS[index - 1]