Blacklist wild child from maelstrom

This commit is contained in:
Vgr E. Barry 2016-04-18 22:50:35 -04:00
parent 29d2a1f83e
commit a65b371111

View File

@ -1127,7 +1127,7 @@ class MaelstromMode(GameMode):
# needs to be added above for when dulls are added during the game # needs to be added above for when dulls are added during the game
# matchmaker is conditionally enabled during night 1 only # matchmaker is conditionally enabled during night 1 only
# monster and demoniac are nearly impossible to counter and don't add any interesting gameplay # monster and demoniac are nearly impossible to counter and don't add any interesting gameplay
self.roles = list(var.ROLE_GUIDE.keys() - var.TEMPLATE_RESTRICTIONS.keys() - {"amnesiac", "clone", "dullahan", "matchmaker", "monster", "demoniac"}) self.roles = list(var.ROLE_GUIDE.keys() - var.TEMPLATE_RESTRICTIONS.keys() - {"amnesiac", "clone", "dullahan", "matchmaker", "monster", "demoniac", "wild child"})
def startup(self): def startup(self):
events.add_listener("role_attribution", self.role_attribution) events.add_listener("role_attribution", self.role_attribution)