Display what amnesiac would have turned into at end of night
This commit is contained in:
parent
120a2f3717
commit
9d10a1a342
@ -2158,6 +2158,9 @@ def stop_game(cli, winner = "", abort = False):
|
|||||||
playersformatted.append("\u0002{0}\u0002 ({1}{2})".format(p,
|
playersformatted.append("\u0002{0}\u0002 ({1}{2})".format(p,
|
||||||
"" if prev else "was ", origroles[p]))
|
"" if prev else "was ", origroles[p]))
|
||||||
prev = True
|
prev = True
|
||||||
|
elif role == "amnesiac":
|
||||||
|
playersformatted.append("\u0002{0}\u0002 (would be {1})".format(p,
|
||||||
|
var.AMNESIAC_ROLES[p]))
|
||||||
else:
|
else:
|
||||||
playersformatted.append("\u0002{0}\u0002".format(p))
|
playersformatted.append("\u0002{0}\u0002".format(p))
|
||||||
if len(rolelist[role]) == 2:
|
if len(rolelist[role]) == 2:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user