summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data.js4
-rw-r--r--data.ts4
-rw-r--r--play.css2
3 files changed, 5 insertions, 5 deletions
diff --git a/data.js b/data.js
index eaebba1..3764c25 100644
--- a/data.js
+++ b/data.js
@@ -1784,12 +1784,12 @@ const data = {
{
id: PROPAGANDA_MEDALLION_ID,
name: 'Propaganda',
- tooltip: '+1 card when drawing from your deck & keep +1 in hand at End of the Year.'
+ tooltip: "Gain 2 extra Hero points form each Successful Test (even if you didn't support)."
},
{
id: INTELLIGENCE_MEDALLION_ID,
name: 'Intelligence',
- tooltip: "Gain 2 extra Hero points form each Successful Test (even if you didn't support)."
+ tooltip: '+1 card when drawing from your deck & keep +1 in hand at End of the Year.'
},
{
id: VOLUNTEERS_MEDALLION_ID,
diff --git a/data.ts b/data.ts
index de4774f..1a2d6c9 100644
--- a/data.ts
+++ b/data.ts
@@ -1857,12 +1857,12 @@ const data: StaticData = {
{
id: PROPAGANDA_MEDALLION_ID,
name: 'Propaganda',
- tooltip: '+1 card when drawing from your deck & keep +1 in hand at End of the Year.'
+ tooltip: "Gain 2 extra Hero points form each Successful Test (even if you didn't support)."
},
{
id: INTELLIGENCE_MEDALLION_ID,
name: 'Intelligence',
- tooltip: "Gain 2 extra Hero points form each Successful Test (even if you didn't support)."
+ tooltip: '+1 card when drawing from your deck & keep +1 in hand at End of the Year.'
},
{
id: VOLUNTEERS_MEDALLION_ID,
diff --git a/play.css b/play.css
index 7072619..7f32d5c 100644
--- a/play.css
+++ b/play.css
@@ -174,7 +174,7 @@ body.Observer #toggle_trash {
}
#hero_point_pool .token {
- margin-bottom: -25px;
+ margin-bottom: -30px;
}
.front_container {