mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-05-06 03:23:43 -05:00
Update soaputils.py
This commit is contained in:
parent
063118a313
commit
0515045257
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user