Syntax fixes

This commit is contained in:
Vgr E. Barry 2015-10-25 22:29:21 -04:00
parent 32bd4bed30
commit 1fb4fb0418

View File

@ -264,8 +264,8 @@ TEMPLATE_RESTRICTIONS = OrderedDict([
("mayor" , frozenset({"fool", "jester", "monster"})),
("assassin" , WOLF_ROLES | {"traitor", "seer", "augur", "oracle", "harlot", "detective", "bodyguard", "guardian angel", "lycan", "priest"}),
("bureaucrat" , frozenset()),
("devout" : WOLFTEAM_ROLES | TRUE_NEUTRAL_ROLES | {"harlot", "lycan", "amnesiac", "mad scientist"}),
("blessed villager" : frozenset(ROLE_GUIDE.keys()) - {"villager", "blessed villager", "mayor", "bureaucrat"}),
("devout" , WOLFTEAM_ROLES | TRUE_NEUTRAL_ROLES | {"harlot", "lycan", "amnesiac", "mad scientist"}),
("blessed villager" , frozenset(ROLE_GUIDE.keys()) - {"villager", "blessed villager", "mayor", "bureaucrat"}),
])
# make sharpshooter restrictions at least the same as gunner