Update of /cvsroot/rails/18xx/data/1830
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv20016/data/1830
Modified Files:
Game.xml
Log Message:
Added 2 players 70% certificate limit game option
Index: Game.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/1830/Game.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** Game.xml 9 Apr 2010 17:50:59 -0000 1.35
--- Game.xml 18 May 2010 04:13:03 -0000 1.36
***************
*** 23,26 ****
--- 23,27 ----
<GameOption name="UnlimitedTiles" type="toggle" default="no"/>
<GameOption name="LeaveAuctionOnPass" type="toggle" default="no"/>
+ <GameOption name="TwoPlayersCertLimit70Percent" type="toggle" default="no"/>
<GameParameters>
<PlayerShareLimit percentage="60">
***************
*** 28,32 ****
by the game engine -->
<IfOption name="NumberOfPlayers" value="2">
! <Attributes percentage="70"/>
</IfOption>
</PlayerShareLimit>
--- 29,35 ----
by the game engine -->
<IfOption name="NumberOfPlayers" value="2">
! <IfOption name="TwoPlayersCertLimit70Percent" value="yes">
! <Attributes percentage="70"/>
! </IfOption>
</IfOption>
</PlayerShareLimit>
|