Skip to content

Commit

Permalink
Make catapults hostile
Browse files Browse the repository at this point in the history
  • Loading branch information
Keriew committed Jul 30, 2024
1 parent 83c27d2 commit 99845a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/figure/properties.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ static const figure_properties properties[FIGURE_TYPE_MAX] = {
.missile_defense_value = 0, .missile_attack_value = 4, .missile_delay = 50
},
[FIGURE_ENEMY_CATAPULT] = {
.category = FIGURE_CATEGORY_ARMED,
.category = FIGURE_CATEGORY_HOSTILE,
.max_damage = 200, .attack_value = 1, .defense_value = 0,
.missile_defense_value = 20, .missile_attack_value = 100, .missile_delay = 200
},
Expand Down

0 comments on commit 99845a5

Please sign in to comment.