From: Erik V. <ev...@us...> - 2010-04-11 15:49:55
|
Update of /cvsroot/rails/18xx/rails/game/specific/_1835 In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv16112/rails/game/specific/_1835 Modified Files: OperatingRound_1835.java Log Message: Added OperatingRound methods isBlockedForTileLays() and isBlockedForTokenLays(). The former replaces the existing isBLocked() (for privates still in operation). The latter is new and covers various cases where unlaid home bases prevent other companies to lay base tokens on a hex. Index: OperatingRound_1835.java =================================================================== RCS file: /cvsroot/rails/18xx/rails/game/specific/_1835/OperatingRound_1835.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** OperatingRound_1835.java 8 Apr 2010 21:25:51 -0000 1.2 --- OperatingRound_1835.java 11 Apr 2010 15:49:47 -0000 1.3 *************** *** 71,74 **** --- 71,75 ---- } + /* public boolean layBaseToken(LayBaseToken action) { *************** *** 90,93 **** --- 91,95 ---- } } + */ protected void newPhaseChecks() { |