Update of /cvsroot/rails/18xx/rails/game/specific/_18EU
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv8876/rails/game/specific/_18EU
Modified Files:
StockRound_18EU.java
Log Message:
1835 Nationalisation
Index: StockRound_18EU.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/specific/_18EU/StockRound_18EU.java,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** StockRound_18EU.java 16 Feb 2010 20:20:24 -0000 1.36
--- StockRound_18EU.java 2 Apr 2010 20:03:54 -0000 1.37
***************
*** 190,194 ****
cert = certs.get(0);
if (isSaleRecorded(currentPlayer, company)) continue;
! if (!mayPlayerBuyCompanyShare(currentPlayer, company, 1)) continue;
if (maxAllowedNumberOfSharesToBuy(currentPlayer, company,
certs.get(0).getShare()) < 1) continue;
--- 190,194 ----
cert = certs.get(0);
if (isSaleRecorded(currentPlayer, company)) continue;
! if (!checkAgainstHoldLimit(currentPlayer, company, 1)) continue;
if (maxAllowedNumberOfSharesToBuy(currentPlayer, company,
certs.get(0).getShare()) < 1) continue;
|