Skip to content

Commit

Permalink
Fix unintended change to the semantics of [modify_side]income=
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Mar 30, 2018
1 parent 816dd07 commit 79bc18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lua/wml/modify_side.lua
Expand Up @@ -39,7 +39,7 @@ function wesnoth.wml_actions.modify_side(cfg)
side.village_gold = cfg.village_gold
end
if cfg.income then
side.base_income = cfg.income
side.base_income = cfg.income + wesnoth.game_config.base_income
end
if cfg.gold then
side.gold = cfg.gold
Expand Down

0 comments on commit 79bc18f

Please sign in to comment.