From 4e1517da77e796406befa8264242065687c672f5 Mon Sep 17 00:00:00 2001 From: Frans Bongers Date: Fri, 27 Dec 2024 22:00:22 +0100 Subject: play additional card --- data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data.js') diff --git a/data.js b/data.js index 7b86c73..dde7a1e 100644 --- a/data.js +++ b/data.js @@ -1144,7 +1144,7 @@ const data = { pass: create_effect('hero_points', PLAYER_WITH_MOST_HERO_POINTS, 1), fail: create_effect('track', FOREIGN_AID, -2), }, - title: 'NAZI MINING', + title: 'NAZI MINING CONTRACT', type: 'ec', year: 2, }, @@ -1627,7 +1627,7 @@ const data = { test: { front: MADRID, value: 0, - pass: create_effect('play_card', INITIATIVE_PLAYER, 1), + pass: create_effect('play_card', INITIATIVE_PLAYER, 1, INITIATIVE_PLAYER), fail: create_effect('track', FOREIGN_AID, -3), }, title: 'NATIONAL DEFENCE COUNCIL', -- cgit v1.2.3