diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5663,9 +5663,9 @@ function init_buildup() { allied_cards: 0, // remaining port capacity for sea redeployment - bardia: 2, - benghazi: 2, - tobruk: 5, + bardia: is_fortress_axis_controlled(BARDIA) ? 1 : 2, + benghazi: is_fortress_axis_controlled(BENGHAZI) ? 1 : 2, + tobruk: is_fortress_axis_controlled(TOBRUK) ? 2 : 5, // for undo tracking changed: 0 |