Properly display player list to wolves

This commit is contained in:
Vgr E. Barry 2017-08-30 14:41:25 -04:00
parent 7d117fab6b
commit 07f14689c3

View File

@ -395,6 +395,8 @@ def on_transition_night_end(evt, var):
players.append("\u0002{0}\u0002 ({1}{2})".format(player, tags, prole))
elif tags:
players.append("{0} ({1})".format(player, tags))
else:
players.append(player.nick)
elif role == "warlock":
# warlock specifically only sees cursed if they're not in wolfchat
for player in pl: