Add amnesiac to SEEN_DEFAULT

amnesiac is a hidden role, although detective-types can pierce it the seer is not a detective-type.
This commit is contained in:
Ryan Schmidt 2015-10-22 18:58:00 -07:00
parent 5b91123242
commit f25f90c910

View File

@ -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