diff options
Diffstat (limited to 'data.js')
-rw-r--r-- | data.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |