disable piper in maelstrom, broken for now
This commit is contained in:
parent
29c3449509
commit
83f7294150
@ -1176,7 +1176,7 @@ class MaelstromMode(GameMode):
|
|||||||
# 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
|
||||||
# succubus keeps around entranced people, who are then unable to win even if there are later no succubi (not very fun)
|
# succubus keeps around entranced people, who are then unable to win even if there are later no succubi (not very fun)
|
||||||
self.roles = list(var.ROLE_GUIDE.keys() - var.TEMPLATE_RESTRICTIONS.keys() - {"amnesiac", "clone", "dullahan", "matchmaker", "monster", "demoniac", "wild child", "succubus"})
|
self.roles = list(var.ROLE_GUIDE.keys() - var.TEMPLATE_RESTRICTIONS.keys() - {"amnesiac", "clone", "dullahan", "matchmaker", "monster", "demoniac", "wild child", "succubus", "piper"})
|
||||||
|
|
||||||
self.DEAD_ACCOUNTS = set()
|
self.DEAD_ACCOUNTS = set()
|
||||||
self.DEAD_HOSTS = set()
|
self.DEAD_HOSTS = set()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user