Update of /cvsroot/rails/18xx/data/1889
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv20016/data/1889
Modified Files:
Game.xml
Log Message:
Added 2 players 70% certificate limit game option
Index: Game.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/1889/Game.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Game.xml 11 May 2010 21:47:21 -0000 1.9
--- Game.xml 18 May 2010 04:13:03 -0000 1.10
***************
*** 20,23 ****
--- 20,24 ----
<GameOption name="WithOptional6Train" type="toggle" default="no"/>
<GameOption name="UnlimitedTopTrains" parm="D" type="toggle" default="yes"/>
+ <GameOption name="TwoPlayersCertLimit70Percent" type="toggle" default="no"/>
<GameParameters>
<PlayerShareLimit percentage="60">
***************
*** 25,29 ****
by the game engine -->
<IfOption name="NumberOfPlayers" value="2">
! <Attributes percentage="70"/>
</IfOption>
</PlayerShareLimit>
--- 26,32 ----
by the game engine -->
<IfOption name="NumberOfPlayers" value="2">
! <IfOption name="TwoPlayersCertLimit70Percent" value="yes">
! <Attributes percentage="70"/>
! </IfOption>
</IfOption>
</PlayerShareLimit>
|