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:
parent
5b91123242
commit
f25f90c910
@ -222,7 +222,7 @@ AMNESIAC_BLACKLIST = frozenset({"monster", "minion", "matchmaker", "clone", "doc
|
|||||||
# These roles are seen as wolf by the seer/oracle
|
# These roles are seen as wolf by the seer/oracle
|
||||||
SEEN_WOLF = WOLF_ROLES | {"monster", "mad scientist"}
|
SEEN_WOLF = WOLF_ROLES | {"monster", "mad scientist"}
|
||||||
# These are seen as the default role (or villager) when seen by seer (this overrides SEEN_WOLF)
|
# 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"})
|
"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
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user