don't show "was x" for templates (thought I did this already)
This commit is contained in:
parent
07ddf35c37
commit
1a4ad90dd2
@ -1500,7 +1500,7 @@ def stop_game(cli, winner = ""):
|
|||||||
for p in rolelist[role]:
|
for p in rolelist[role]:
|
||||||
if p.startswith("(dced)"):
|
if p.startswith("(dced)"):
|
||||||
p = p[6:]
|
p = p[6:]
|
||||||
if p in origroles:
|
if p in origroles and role not in var.TEMPLATE_RESTRICTIONS.keys():
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user