diff --git a/src/gamemodes.py b/src/gamemodes.py index 71f10ab..1520820 100644 --- a/src/gamemodes.py +++ b/src/gamemodes.py @@ -1097,6 +1097,8 @@ class MaelstromMode(GameMode): lpl = len(villagers) - 1 addroles = {} for role in var.ROLE_GUIDE: + if role in var.TEMPLATE_RESTRICTIONS.keys() and not do_templates: + continue addroles[role] = 0 wolves = var.WOLF_ROLES - {"wolf cub"}