From: Erik V. <ev...@us...> - 2009-08-28 20:49:28
|
Update of /cvsroot/rails/18xx/data/1856 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31079/data/1856 Modified Files: Game.xml Log Message: Added loadTakingAllowed as a Phase property Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/Game.xml,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Game.xml 4 May 2009 20:29:15 -0000 1.22 --- Game.xml 28 Aug 2009 20:49:20 -0000 1.23 *************** *** 52,55 **** --- 52,56 ---- <OperatingRounds number="1"/> <Trains tradingAllowed="yes"/> + <Loans allowed="yes"/> </Phase> <Phase name="2"> *************** *** 69,72 **** --- 70,74 ---- <Phase name="5"> <Tiles colour="yellow,green,brown,grey"/> + <Loans allowed="no"/> </Phase> <Phase name="6"> |