Update of /cvsroot/rails/18xx/rails/game/specific/_18EU
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv32483/rails/game/specific/_18EU
Modified Files:
StockRound_18EU.java
Log Message:
18EU bankruptcy rules (Phase 3)
Index: StockRound_18EU.java
===================================================================
RCS file: /cvsroot/rails/18xx/rails/game/specific/_18EU/StockRound_18EU.java,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** StockRound_18EU.java 15 May 2010 16:36:09 -0000 1.39
--- StockRound_18EU.java 24 May 2010 11:20:42 -0000 1.40
***************
*** 111,114 ****
--- 111,115 ----
certs = map.get(compName);
if (certs == null || certs.isEmpty()) continue;
+
/* Only the top certificate is buyable from the IPO */
cert = certs.get(0);
|