From: Erik V. <ev...@us...> - 2008-11-20 21:49:49
|
Update of /cvsroot/rails/18xx/rails/game/special In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18962/rails/game/special Modified Files: ExchangeForShare.java Log Message: Implemented 1856 capitalisation rules. Implemented temporary procedure for destination reaching (checkboxes in OR) Cleanups Index: ExchangeForShare.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/special/ExchangeForShare.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ExchangeForShare.java 4 Jun 2008 19:00:38 -0000 1.7 --- ExchangeForShare.java 20 Nov 2008 21:49:38 -0000 1.8 *************** *** 89,93 **** false) : Bank.getPool().findCertificate(publicCompany, false); ! player.buy(cert, 0); ReportBuffer.add(LocalText.getText("SwapsPrivateForCertificate", new String[] { player.getName(), privateCompany.getName(), --- 89,94 ---- false) : Bank.getPool().findCertificate(publicCompany, false); ! //player.buy(cert, 0); ! cert.moveTo(player.getPortfolio()); ReportBuffer.add(LocalText.getText("SwapsPrivateForCertificate", new String[] { player.getName(), privateCompany.getName(), |