Update of /cvsroot/rails/18xx/data/1889
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9140/data/1889
Modified Files:
CompanyManager.xml
Log Message:
Changed value of a when condition
Index: CompanyManager.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/1889/CompanyManager.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CompanyManager.xml 3 Feb 2010 05:37:54 -0000 1.1
--- CompanyManager.xml 6 Feb 2010 23:45:54 -0000 1.2
***************
*** 83,87 ****
longName="Dougo Railway">
<SpecialProperties>
! <SpecialProperty condition="ifOwnedByPlayer" when="anyTime" class="rails.game.special.ExchangeForShare">
<ExchangeForShare company="IR" share="10"/>
</SpecialProperty>
--- 83,87 ----
longName="Dougo Railway">
<SpecialProperties>
! <SpecialProperty condition="ifOwnedByPlayer" when="anyTurn" class="rails.game.special.ExchangeForShare">
<ExchangeForShare company="IR" share="10"/>
</SpecialProperty>
|