From 86abaf7f1b01ceadaa440c8c820e1606a5713dd9 Mon Sep 17 00:00:00 2001 From: skizzerz Date: Sat, 19 Jul 2014 18:50:20 -0500 Subject: [PATCH] Vengeful ghost cannot be amnesiac. Allow werecrow and wolf cub to be amnesiac. Closes #35 --- settings/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/wolfgame.py b/settings/wolfgame.py index c665c59..1d4284c 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -143,7 +143,7 @@ TEMPLATE_RESTRICTIONS = {"cursed villager" : ["wolf", "wolf cub", "werecrow", "s "sharpshooter" : ["wolf", "traitor", "werecrow", "hag", "wolf cub", "sorcerer", "minion", "cultist", "fool", "lycan"], "mayor" : ["fool"], "assassin" : ["seer", "augur", "oracle", "harlot", "detective", "bodyguard", "guardian angel", "village drunk", "hunter", "shaman", "crazed shaman", "fool", "mayor", "wolf", "werecrow", "wolf cub", "traitor", "lycan"], - "amnesiac" : ["villager", "cultist", "wolf", "wolf cub", "werecrow", "minion", "matchmaker", "village elder", "time lord", "clone", "mad scientist"], + "amnesiac" : ["villager", "cultist", "wolf", "minion", "matchmaker", "village elder", "time lord", "clone", "mad scientist", "vengeful ghost"], "bureaucrat" : [], }