Update soaputils.py

This commit is contained in:
Gordon Shumway 2019-09-08 08:55:35 -04:00 committed by GitHub
parent 063118a313
commit 0515045257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -393,7 +393,7 @@ def companyValue(companies):
value = loan = income = deliveredCargo = 0
for company in companies.values():
if not company.id == 255:
value += company.economy.history.companyValue
value += 10
loan += company.economy.currentLoan
income += company.economy.income
cargo += company.economy.deliveredCargo