Disable disable wolfchat

This commit is contained in:
skizzerz 2015-10-30 19:46:36 -05:00
parent e2f313440d
commit fc138f0af4

View File

@ -760,7 +760,7 @@ class SleepyMode(GameMode):
# this ensures that village drunk will always receive the gunner template
self.TEMPLATE_RESTRICTIONS["gunner"] = frozenset(self.ROLE_GUIDE.keys()) - {"village drunk", "cursed villager", "gunner"}
# disable wolfchat
self.RESTRICT_WOLFCHAT = 0x0f
#self.RESTRICT_WOLFCHAT = 0x0f
self.having_nightmare = None