Syntax fixes
This commit is contained in:
parent
32bd4bed30
commit
1fb4fb0418
@ -264,8 +264,8 @@ TEMPLATE_RESTRICTIONS = OrderedDict([
|
|||||||
("mayor" , frozenset({"fool", "jester", "monster"})),
|
("mayor" , frozenset({"fool", "jester", "monster"})),
|
||||||
("assassin" , WOLF_ROLES | {"traitor", "seer", "augur", "oracle", "harlot", "detective", "bodyguard", "guardian angel", "lycan", "priest"}),
|
("assassin" , WOLF_ROLES | {"traitor", "seer", "augur", "oracle", "harlot", "detective", "bodyguard", "guardian angel", "lycan", "priest"}),
|
||||||
("bureaucrat" , frozenset()),
|
("bureaucrat" , frozenset()),
|
||||||
("devout" : WOLFTEAM_ROLES | TRUE_NEUTRAL_ROLES | {"harlot", "lycan", "amnesiac", "mad scientist"}),
|
("devout" , WOLFTEAM_ROLES | TRUE_NEUTRAL_ROLES | {"harlot", "lycan", "amnesiac", "mad scientist"}),
|
||||||
("blessed villager" : frozenset(ROLE_GUIDE.keys()) - {"villager", "blessed villager", "mayor", "bureaucrat"}),
|
("blessed villager" , frozenset(ROLE_GUIDE.keys()) - {"villager", "blessed villager", "mayor", "bureaucrat"}),
|
||||||
])
|
])
|
||||||
|
|
||||||
# make sharpshooter restrictions at least the same as gunner
|
# make sharpshooter restrictions at least the same as gunner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user