File tree 2 files changed +5
-7
lines changed
src/mekhq/campaign/mission
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ v0.41.29-git
9
9
+ Fix #294: Contract market incorrectly calculating transport amount as 0 c-bills
10
10
+ Fix #295: Variable contract length option no longer works
11
11
+ Fix #292: Starleague cache 1: IndexOutOfBoundsException when generating enemy
12
+ + Fix #250: [AtB] Wrong deployment edge for bot reinforcements in Chase(Att) scenario.
12
13
13
14
v0.41.28 (2016-12-18 17:35 UTC)
14
15
+ Issue #237: Remove Tech From Lance assignments upon retiring
Original file line number Diff line number Diff line change @@ -937,13 +937,10 @@ private void setStandardBattleForces(Campaign campaign) {
937
937
938
938
break ;
939
939
case CHASE :
940
- start = playerHome = Board .START_S ;
941
- enemyStart = enemyHome = Board .START_S ;
942
- if (attacker ) {
943
- playerHome = Board .START_N ;
944
- } else {
945
- enemyHome = Board .START_N ;
946
- }
940
+ start = Board .START_S ;
941
+ enemyStart = Board .START_S ;
942
+ playerHome = Board .START_N ;
943
+ enemyHome = Board .START_N ;
947
944
948
945
allyBotForce = null ;
949
946
if (allyBot .size () > 0 ) {
You can’t perform that action at this time.
0 commit comments