From: Erik V. <ev...@us...> - 2009-01-11 17:24:57
|
Update of /cvsroot/rails/18xx/data/1856 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv6543/data/1856 Modified Files: CompanyManager.xml Log Message: Basic loans taking and specific rules for 1856. Index: CompanyManager.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/CompanyManager.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** CompanyManager.xml 20 Nov 2008 21:44:26 -0000 1.23 --- CompanyManager.xml 11 Jan 2009 17:24:46 -0000 1.24 *************** *** 14,17 **** --- 14,19 ---- </BaseTokens> <Trains number="4,4,3,2"/> + <Loans value="100" perRound="1" interest="10"/> + <!-- Number of loans is undefined and handled in the code --> </CompanyType> |