Skip to content

Commit

Permalink
Remove old Mars grand temple bonus
Browse files Browse the repository at this point in the history
  • Loading branch information
Keriew committed Nov 20, 2020
1 parent f532da3 commit ac598bb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/figure/combat.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ static void hit_opponent(figure *f)
attack_is_same_direction(f->attack_direction, m->direction)) {
figure_attack += 4; // coordinated formation attack bonus
}
if (m->is_legion && building_monument_upgraded(BUILDING_GRAND_TEMPLE_MARS)) {
figure_attack += 2;
}
// defense modifiers
if (opponent_formation->is_halted &&
(opponent_formation->figure_type == FIGURE_FORT_LEGIONARY ||
Expand Down

0 comments on commit ac598bb

Please sign in to comment.