diff options
author | Frans Bongers <fransbongers@franss-mbp.home> | 2025-01-03 17:52:15 +0100 |
---|---|---|
committer | Frans Bongers <fransbongers@franss-mbp.home> | 2025-01-03 17:52:15 +0100 |
commit | 1439bd62494cf3d8c8072613ab508650111efbb1 (patch) | |
tree | 65b5a20dd5f9793c03eb6dd9b86f0435e6b2a9e5 /data.js | |
parent | 1298b27e451f9cbc5c784581b630577ad9d074f7 (diff) | |
download | land-and-freedom-1439bd62494cf3d8c8072613ab508650111efbb1.tar.gz |
fix: reset first player at end of turn
Diffstat (limited to 'data.js')
-rw-r--r-- | data.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -919,7 +919,7 @@ const data = { id: 62, effects: [ create_effect('attack', SOUTHERN, -5, INITIATIVE_PLAYER), - create_effect('bonus', MORALE_BONUS, OFF, INITIATIVE_PLAYER), + create_effect('bonus', TEAMWORK_BONUS, OFF, INITIATIVE_PLAYER), create_effect('track', LIBERTY, -1, INITIATIVE_PLAYER), ], test: { |