From 63753e2416938ea7109e024d71bd0bd67b5d6e67 Mon Sep 17 00:00:00 2001 From: "Tobias \"ToBeFree\" Frei" Date: Sun, 23 Feb 2014 19:38:20 +0100 Subject: [PATCH] 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 --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index ef7c7b3..35713dd 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -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[:]