From: Stefan F. <ste...@us...> - 2010-05-19 20:14:22
|
Update of /cvsroot/rails/18xx/data/18AL In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv12072/data/18AL Modified Files: Game.xml Log Message: Added Off-Board bonus for 18EU and some minor fixes Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/18AL/Game.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** Game.xml 4 Feb 2010 22:22:56 -0000 1.28 --- Game.xml 19 May 2010 20:14:13 -0000 1.29 *************** *** 42,46 **** <Component name="TrainManager" class="rails.game.TrainManager"> <Defaults class="rails.game.specific._18AL.NameableTrain"> ! <Reach base="stops" countTowns="yes"/> <Score towns="yes"/> </Defaults> --- 42,46 ---- <Component name="TrainManager" class="rails.game.TrainManager"> <Defaults class="rails.game.specific._18AL.NameableTrain"> ! <Reach base="stops" countTowns="no"/> <Score towns="yes"/> </Defaults> *************** *** 104,106 **** --- 104,108 ---- </Phase> </Component> + <Component name="RevenueManager" class="rails.algorithms.RevenueManager"> + </Component> </ComponentManager> \ No newline at end of file |