From 380236845fb59a2a814300f0e6d3379d76037ad8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 28 Mar 2025 23:46:52 +0100 Subject: Fix swapped medallion tooltips. --- data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data.js') 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, -- cgit v1.2.3