From: Erik V. <ev...@us...> - 2008-11-05 22:44:45
|
Update of /cvsroot/rails/18xx/data/1856 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26416/data/1856 Modified Files: Game.xml Log Message: Fixed 1856 float percentage (was incorrectly linked to phase rather than next available train) Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/Game.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Game.xml 3 Nov 2008 15:55:00 -0000 1.18 --- Game.xml 5 Nov 2008 22:44:27 -0000 1.19 *************** *** 49,53 **** <OperatingRounds number="1"/> <Trains tradingAllowed="yes"/> - <Parameters floatPercentage="20"/> </Phase> <Phase name="2"> --- 49,52 ---- *************** *** 55,63 **** <OperatingRounds number="2"/> <Privates sellingAllowed="yes"/> - <Parameters floatPercentage="30"/> </Phase> <Phase name="3"> <Tiles colour="yellow,green"/> - <Parameters floatPercentage="40"/> </Phase> <Phase name="4"> --- 54,60 ---- *************** *** 66,74 **** <Privates close="yes"/> <OffBoardRevenue step="2"/> - <Parameters floatPercentage="50"/> </Phase> <Phase name="5"> <Tiles colour="yellow,green,brown,grey"/> - <Parameters floatPercentage="60"/> </Phase> <Phase name="6"> --- 63,69 ---- |