]> git.pond.sub.org Git - empserver/commitdiff
Fix info Innards on workforce
authorMarkus Armbruster <armbru@pond.sub.org>
Fri, 2 Apr 2010 17:39:04 +0000 (19:39 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Fri, 2 Apr 2010 17:39:37 +0000 (19:39 +0200)
Has always been wrong.

info/Innards.t

index d5c2165472e3a02d93a6dcaae82fed1250dcae1f..8f4ff7fcb524a79749b96a4088e98817c38400a0 100644 (file)
@@ -88,7 +88,7 @@ bank interest rate in $/bar
 .in
 .nf
 .s1
-workforce = (civ*work/100 + uw + mil / 5.) / 100.
+workforce = (civ*work/100 + uw + mil * 0.4) / 100.
 If workforce = 0 go away and don't update anything
 
 /* increase sector efficiency */