Notify wolves when lycan turns. Closes #47

This commit is contained in:
skizzerz 2014-07-26 12:25:02 -05:00
parent 0a9d5c8817
commit caa2c55b08

View File

@ -2102,6 +2102,7 @@ def transition_day(cli, gameid=0):
random.shuffle(wolves)
wolves.remove(victim) # remove self from list
for i, wolf in enumerate(wolves):
pm(cli, wolf, "\u0002{0}\u0002 is now a wolf!".format(victim))
role = var.get_role(wolf)
cursed = ""
if wolf in var.ROLES["cursed villager"]: