From f25f90c9104e925d5f993f71bf884fe1f1be67af Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Thu, 22 Oct 2015 18:58:00 -0700 Subject: [PATCH] Add amnesiac to SEEN_DEFAULT amnesiac is a hidden role, although detective-types can pierce it the seer is not a detective-type. --- src/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings.py b/src/settings.py index 414ef69..27a8d3f 100644 --- a/src/settings.py +++ b/src/settings.py @@ -222,7 +222,7 @@ AMNESIAC_BLACKLIST = frozenset({"monster", "minion", "matchmaker", "clone", "doc # These roles are seen as wolf by the seer/oracle SEEN_WOLF = WOLF_ROLES | {"monster", "mad scientist"} # These are seen as the default role (or villager) when seen by seer (this overrides SEEN_WOLF) -SEEN_DEFAULT = frozenset({"traitor", "hag", "sorcerer", "time lord", "villager", "cultist", "minion", "turncoat", +SEEN_DEFAULT = frozenset({"traitor", "hag", "sorcerer", "time lord", "villager", "cultist", "minion", "turncoat", "amnesiac", "vengeful ghost", "lycan", "clone", "fool", "jester", "werekitten", "warlock", "piper"}) # The roles in here are considered templates and will be applied on TOP of other roles. The restrictions are a list of roles that they CANNOT be applied to