Browse Source

add gunner, drunk to the end-of-game stats listing

master
Jimmy Cao 13 years ago
parent
commit
023f07c968
  1. 3
      wolfgame.py

3
wolfgame.py

@ -662,13 +662,12 @@ def stop_game(cli, winner = ""): @@ -662,13 +662,12 @@ def stop_game(cli, winner = ""):
roles_msg = []
var.ORIGINAL_ROLES["cursed villager"] = var.CURSED # A hack
var.ORIGINAL_ROLES["gunner"] = list(var.GUNNERS.keys())
lroles = list(var.ORIGINAL_ROLES.keys())
lroles.remove("wolf")
lroles.insert(0, "wolf") # picky, howl consistency
lroles.remove("village drunk")
for role in lroles:
if len(var.ORIGINAL_ROLES[role]) == 0 or role == "villager":
continue

Loading…
Cancel
Save