]> git.pond.sub.org Git - empserver/commit
(prod_eff): New, factored out of produce() and prod().
authorRon Koenderink <rkoenderink@yahoo.ca>
Tue, 17 Aug 2004 02:31:10 +0000 (02:31 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Tue, 17 Aug 2004 02:31:10 +0000 (02:31 +0000)
commit3ca767fc881ce2bee4536429b5642a1afec9ec11
tree6fb5babb1e0e1edb09f958bcac318b1a71ce0078
parent9f226fe05f9b0765977015a3910a6b4d0e3f380a
(prod_eff): New, factored out of produce() and prod().

(upd_ship): Oil and food production used special rules that didn't
match ordinary production and didn't make much sense.  Made them
follow ordinary production rules.  This puts uw and mil to work, and
makes ship tech and efficiency relevant to production.  Closes #917461
and #955072.
src/lib/commands/prod.c
src/lib/update/produce.c
src/lib/update/ship.c