Fix turncoat not being seen as vil

(it may have possibly never worked ever but just noticed now because
this was the first game with seer+turncoat)
This commit is contained in:
skizzerz 2015-09-04 20:00:58 -05:00
parent 88180a1ec2
commit 2cf278f9b1

View File

@ -224,7 +224,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",
SEEN_DEFAULT = frozenset({"traitor", "hag", "sorcerer", "time lord", "villager", "cultist", "minion", "turncoat",
"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