Tell dullahan their role at night even if targets dead

This commit is contained in:
nyuszika7h 2016-10-18 15:06:33 +02:00
parent 51782152a4
commit 95133160ab

View File

@ -177,7 +177,7 @@ def on_transition_night_end(evt, cli, var):
if target in targets:
targets.remove(target)
if not targets: # already all dead
pm(cli, dullahan, messages["dullahan_targets_dead"])
pm(cli, dullahan, "{0} {1}".format(messages["dullahan_simple"], messages["dullahan_targets_dead"]))
continue
random.shuffle(targets)
if dullahan in var.PLAYERS and not is_user_simple(dullahan):