Altered role list

This commit is contained in:
Alec Maier
2019-09-07 02:14:19 -04:00
parent 6119df351e
commit f823377c2d
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ export const cards = [
powerRole: false
},
{
role: "Sycophant",
role: "Minion",
team: "evil",
description: "You are an evil villager - you know who the wolves are, and you want them to win.",
powerRole: true
@@ -44,9 +44,9 @@ export const cards = [
powerRole: true
},
{
role: "Martyr",
role: "Mason",
team: "good",
description: "If you die, take someone else with you.",
description: "Masons know who other Masons are. Wake them up to see each other on the first night.",
powerRole: true
}
];