Fix workforce formula in info Innards
This commit is contained in:
parent
ad296698f9
commit
c0b2eec69d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ bank interest rate in $/bar
|
||||||
.in
|
.in
|
||||||
.nf
|
.nf
|
||||||
.s1
|
.s1
|
||||||
workforce = (civ*100/sector work + uw + mil / 5.) / 100.
|
workforce = (civ*work/100 + uw + mil / 5.) / 100.
|
||||||
If workforce = 0 go away and don't update anything
|
If workforce = 0 go away and don't update anything
|
||||||
|
|
||||||
/* increase sector efficiency */
|
/* increase sector efficiency */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue