summaryrefslogtreecommitdiff
path: root/data.ts
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-03-28 23:46:52 +0100
committerTor Andersson <tor@ccxvii.net>2025-03-28 23:46:52 +0100
commit380236845fb59a2a814300f0e6d3379d76037ad8 (patch)
tree04ea0162a7b3ed80fbe06f82f880fd177e21c273 /data.ts
parente630e3ea8a7db1345f81b9cd2f24a4375ce0fe81 (diff)
downloadland-and-freedom-380236845fb59a2a814300f0e6d3379d76037ad8.tar.gz
Fix swapped medallion tooltips.
Diffstat (limited to 'data.ts')
-rw-r--r--data.ts4
1 files changed, 2 insertions, 2 deletions
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,