Remove inconsistent bold for "Players:" (wolf)
Thanks to jacob1 for pointing out this issue! :-) If you find more like this, report them in ##werewolf-dev
This commit is contained in:
parent
eda0bc2df8
commit
63753e2416
@ -2205,7 +2205,7 @@ def transition_night(cli):
|
||||
pl[i] = player + " (traitor)"
|
||||
elif player in var.ROLES["werecrow"]:
|
||||
pl[i] = player + " (werecrow)"
|
||||
pm(cli, wolf, "\u0002Players:\u0002 "+", ".join(pl))
|
||||
pm(cli, wolf, "Players: "+", ".join(pl))
|
||||
|
||||
for seer in var.ROLES["seer"]:
|
||||
pl = ps[:]
|
||||
|
Loading…
Reference in New Issue
Block a user