Fix workforce formula in info Innards

This commit is contained in:
Markus Armbruster 2009-09-06 16:03:21 -04:00
parent ad296698f9
commit c0b2eec69d

View file

@ -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 */