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:
Tobias "ToBeFree" Frei 2014-02-23 19:38:20 +01:00
parent eda0bc2df8
commit 63753e2416

View File

@ -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[:]