Fix vengeful ghost logging message.

This commit is contained in:
Vgr E.Barry 2015-01-05 18:38:56 -05:00
parent 778c3bc232
commit ae8a4d350b

View File

@ -5059,7 +5059,7 @@ def transition_night(cli):
else: else:
pm(cli, v_ghost, "You are a \u0002vengeful ghost\u0002.") pm(cli, v_ghost, "You are a \u0002vengeful ghost\u0002.")
pm(cli, v_ghost, who.capitalize() + ": " + ", ".join(pl)) pm(cli, v_ghost, who.capitalize() + ": " + ", ".join(pl))
debuglog("GHOST: {0} (Targets: {1}) Players: {2}".format(v_ghost, who.capitalize(), ", ".join(pl))) debuglog("GHOST: {0} (target: {1}) - players: {2}".format(v_ghost, who, ", ".join(pl)))
for ass in var.ROLES["assassin"]: for ass in var.ROLES["assassin"]:
if ass in var.TARGETED and var.TARGETED[ass] != None: if ass in var.TARGETED and var.TARGETED[ass] != None: