diff options
Diffstat (limited to 'data.ts')
-rw-r--r-- | data.ts | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1305,7 +1305,7 @@ const data: StaticData = { effects: [ create_effect('attack', CLOSEST_TO_DEFEAT, -4, INITIATIVE_PLAYER), create_effect('attack', CLOSEST_TO_VICTORY, -4, INITIATIVE_PLAYER), - create_effect('track', COLLECTIVIZATION, -1, INITIATIVE_PLAYER), + create_effect('track', LIBERTY, -1, INITIATIVE_PLAYER), ], test: { front: MADRID, @@ -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, |