WML: Add base_income key to [store_side] (#976)

This commit is contained in:
Jeffrey 'Sigurd' Westcoat 2017-04-08 19:05:49 -04:00 committed by Celtic Minstrel
parent 2df28aa3cb
commit ec2d734acd
2 changed files with 3 additions and 0 deletions

View file

@ -6,6 +6,8 @@ Version 1.13.7+dev:
* User Interface:
* Updated Attack Predictions dialog to GUI2.
* Fixed file path being truncated on the wrong side in the File Browser.
* WML Engine:
* Add base_income key to [store_side]
Version 1.13.7:
* AI:

View file

@ -733,6 +733,7 @@ function wml_actions.store_side(cfg)
-- set values not properly handled by the __cfg
container.income = t.total_income
container.net_income = t.net_income
container.base_income = t.base_income
container.expenses = t.expenses
container.total_upkeep = t.total_upkeep
container.num_units = t.num_units