Description:
Ensure cashflow is updated.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -400,8 +400,10 | |||||
|
400 |
|
400 | ||
|
401 | budget.final_money -= construction_amount; |
|
401 | budget.final_money -= construction_amount; |
|
402 | budget.construction += construction_amount; |
|
402 | budget.construction += construction_amount; |
|
|
403 | budget.cashflow -= construction_amount; | ||
|
403 | this.budgets[this.budgets.Count - 1] = budget; |
|
404 | this.budgets[this.budgets.Count - 1] = budget; |
|
404 | } |
|
405 | } |
|
|
406 | this.money -= construction_amount; | ||
|
405 | } |
|
407 | } |
|
406 |
|
408 | ||
|
407 | public void updateNews() { |
|
409 | public void updateNews() { |
You need to be logged in to leave comments.
Login now