mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-27 16:27:50 +01:00
Altered role list
This commit is contained in:
@@ -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
|
||||
}
|
||||
];
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
}
|
||||
|
||||
#main-buttons button {
|
||||
width: 12em;
|
||||
padding: 1.7em;
|
||||
width: 11em;
|
||||
padding: 1.5em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
||||
Reference in New Issue
Block a user