Don't count wins for templates

This commit is contained in:
skizzerz 2014-07-20 19:00:32 -05:00
parent c0f6aad73f
commit 4d000d1857

View File

@ -1041,6 +1041,8 @@ def stop_game(cli, winner = ""):
plrl = []
winners = []
for role,ppl in var.ORIGINAL_ROLES.items():
if role in var.TEMPLATE_RESTRICTIONS.keys():
continue
for x in ppl:
if x != None:
plrl.append((x, role))