From f823377c2d87dcc230cb0eaf80af20280872f9ea Mon Sep 17 00:00:00 2001 From: Alec Maier Date: Sat, 7 Sep 2019 02:14:19 -0400 Subject: [PATCH] Altered role list --- static/cards.js | 6 +++--- static/styles.css | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/static/cards.js b/static/cards.js index d242436..6c560f5 100644 --- a/static/cards.js +++ b/static/cards.js @@ -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 } ]; diff --git a/static/styles.css b/static/styles.css index 42185cd..5ca5251 100644 --- a/static/styles.css +++ b/static/styles.css @@ -10,8 +10,8 @@ } #main-buttons button { - width: 12em; - padding: 1.7em; + width: 11em; + padding: 1.5em; } h3 {