Fix unintended change to the semantics of [modify_side]income=
This commit is contained in:
parent
816dd075dc
commit
79bc18fe95
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue