]> git.pond.sub.org Git - empserver/commitdiff
Fix workforce formula in info Innards
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 6 Sep 2009 20:03:21 +0000 (16:03 -0400)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 5 Dec 2009 14:19:37 +0000 (15:19 +0100)
info/Innards.t

index d898715d5c317fecc805bd66c44ecd49ad18861b..d5c2165472e3a02d93a6dcaae82fed1250dcae1f 100644 (file)
@@ -88,7 +88,7 @@ bank interest rate in $/bar
 .in
 .nf
 .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
 
 /* increase sector efficiency */