diff options
author | Frans Bongers <fransbongers@franss-mbp.home> | 2025-01-08 20:53:51 +0100 |
---|---|---|
committer | Frans Bongers <fransbongers@franss-mbp.home> | 2025-01-08 20:53:51 +0100 |
commit | b1a3b055df4472ff191f067f707c7722fb04d946 (patch) | |
tree | dda9a7c4d83c47a4dbfeafbf1170e1bf24a25cd4 /data.js | |
parent | 3ed56f482596fd4bf914bea95bd3ce46c0dcad6b (diff) | |
download | land-and-freedom-master.tar.gz |
Diffstat (limited to 'data.js')
-rw-r--r-- | data.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1574,7 +1574,7 @@ const data = { id: 100, effects: [ create_effect('attack', SOUTHERN, -7, INITIATIVE_PLAYER), - create_effect('attack', CLOSEST_TO_DEFEAT, -2, INITIATIVE_PLAYER), + create_effect('attack', CLOSEST_TO_VICTORY, -2, INITIATIVE_PLAYER), create_effect('track', FOREIGN_AID, -2, INITIATIVE_PLAYER), create_effect('hero_points', PLAYER_WITH_MOST_HERO_POINTS, -1, INITIATIVE_PLAYER), ], |