Update of /cvsroot/rails/18xx/data/1851
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv2145/data/1851
Modified Files:
Game.xml
Log Message:
Added unlimited last (8-)train option
Index: Game.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/1851/Game.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Game.xml 12 Mar 2010 17:15:04 -0000 1.13
--- Game.xml 21 Apr 2010 21:30:40 -0000 1.14
***************
*** 5,8 ****
--- 5,9 ----
<GameOption name="NoMapMode" type="toggle" default="no" />
<GameOption name="UnlimitedTiles" type="toggle" default="no"/>
+ <GameOption name="UnlimitedTopTrains" parm="8" type="toggle" default="no"/>
<GameParameters>
<PlayerShareLimit percentage="60"/>
***************
*** 58,63 ****
<Train name="6" majorStops="6" cost="600" amount="2" startPhase="6"
rustedTrain="3"/>
! <Train name="8" majorStops="8" cost="800" amount="4" startPhase="8"
! rustedTrain="4"/>
<TrainBuyingRules>
<FaceValueIfDifferentPresidents/>
--- 59,71 ----
<Train name="6" majorStops="6" cost="600" amount="2" startPhase="6"
rustedTrain="3"/>
! <Train name="8" majorStops="8" cost="800" startPhase="8"
! rustedTrain="4">
! <IfOption name="UnlimitedTopTrains" value="yes">
! <Attributes amount="-1"/>
! </IfOption>
! <IfOption name="UnlimitedTopTrains" value="no">
! <Attributes amount="4"/>
! </IfOption>
! </Train>
<TrainBuyingRules>
<FaceValueIfDifferentPresidents/>
|