Skip to content

Commit

Permalink
bodyguard count did not look at leadership skill
Browse files Browse the repository at this point in the history
  • Loading branch information
WuphonsReach committed Jan 4, 2021
1 parent 1f94ff3 commit 1b8d274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module_mission_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
[
# Get number of bodyguards

(store_skill_level, ":leadership", skl_leadership, "trp_player"),
(store_skill_level, ":leadership", "skl_leadership", "trp_player"),
(troop_get_slot, ":renown", "trp_player", slot_troop_renown),
(val_div, ":leadership", 3),
(val_div, ":renown", 400),
Expand Down

0 comments on commit 1b8d274

Please sign in to comment.