From: Stefan F. <ste...@us...> - 2010-03-12 17:15:17
|
Update of /cvsroot/rails/18xx/data In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12941/data Modified Files: GamesList.xml Log Message: Added NoMap option to 1851 and 18Kaas, removed from 1856 Index: GamesList.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/GamesList.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** GamesList.xml 11 Mar 2010 23:20:26 -0000 1.29 --- GamesList.xml 12 Mar 2010 17:15:05 -0000 1.30 *************** *** 74,77 **** --- 74,78 ---- - No random assignment of private companies (players should do this off-line and enter the result) </Description> + <Option name="NoMapMode" type="toggle" default="no" /> <Option name="UnlimitedTiles" type="toggle" default="no"/> <Players minimum="3" maximum="5"/> *************** *** 86,90 **** - The restriction that shares cannot be sold in the same round that these are bought is not enforced. </Description> ! <Option name="NoMapMode" type="toggle" default="no" /> <Option name="UnlimitedBonusTokens" type="toggle" default="no"/> <Option name="UnlimitedTiles" type="toggle" default="no"/> --- 87,91 ---- - The restriction that shares cannot be sold in the same round that these are bought is not enforced. </Description> ! <!-- <Option name="NoMapMode" type="toggle" default="no" /> --> <Option name="UnlimitedBonusTokens" type="toggle" default="no"/> <Option name="UnlimitedTiles" type="toggle" default="no"/> *************** *** 160,163 **** --- 161,165 ---- Should work, but has not been extensively tested. Limitations as with 1830. </Description> + <Option name="NoMapMode" type="toggle" default="no" /> <Option name="WithOptional6Train" type="toggle" default="no"/> <Option name="UnlimitedTopTrains" parm="D" type="toggle" default="no"/> |