From: Erik V. <ev...@us...> - 2010-03-12 20:28:43
|
Update of /cvsroot/rails/18xx/data/1856 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv630/data/1856 Modified Files: Game.xml Log Message: 1856: disallow selling share bought in the same SR turn Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/Game.xml,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** Game.xml 12 Mar 2010 17:15:03 -0000 1.37 --- Game.xml 12 Mar 2010 20:28:27 -0000 1.38 *************** *** 11,14 **** --- 11,15 ---- sequence="SellBuyOrBuySell"> <NoSaleInFirstSR/> + <NoSaleOfJustBoughtShare/> </StockRound> <OperatingRound class="rails.game.specific._1856.OperatingRound_1856"/> |