From: Erik V. <ev...@us...> - 2010-02-06 23:48:34
|
Update of /cvsroot/rails/18xx/rails/game/specific/_1835 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9732/rails/game/specific/_1835 Modified Files: StockRound_1835.java Log Message: Allow special token lays at any time during OR. This has changed the way that OR steps are handled. These can now be used again in the UI. Goal was to enable the extra NF token lay in 1835 Index: StockRound_1835.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_1835/StockRound_1835.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** StockRound_1835.java 31 Jan 2010 22:22:30 -0000 1.5 --- StockRound_1835.java 6 Feb 2010 23:48:26 -0000 1.6 *************** *** 23,27 **** * The company release rules for 1835. * ! * For now these rules are hardcoded (which makes this code vulnerablt * to company name changes!). It did not seem worthwhile to * invent come complex XML for the unique 1835 rules on this matter. --- 23,27 ---- * The company release rules for 1835. * ! * For now these rules are hardcoded (which makes this code vulnerable * to company name changes!). It did not seem worthwhile to * invent come complex XML for the unique 1835 rules on this matter. |