diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-03-31 10:56:31 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-03-31 10:56:31 +0200 |
commit | 63186592400af0a10ca9b77f63f24b17a183d69b (patch) | |
tree | e35b57c8d0e34b8f18dd6536d550399cc667c35c | |
parent | bce11c1a2d05321b1e1a26b171822e384e16bfb1 (diff) | |
download | land-and-freedom-63186592400af0a10ca9b77f63f24b17a183d69b.tar.gz |
Fix mixed up icons on card.
-rw-r--r-- | data.js | 2 | ||||
-rw-r--r-- | data.ts | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1267,7 +1267,7 @@ const data = { 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, @@ -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, |