Update of /cvsroot/rails/18xx/data/18Kaas
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9140/data/18Kaas
Modified Files:
CompanyManager.xml
Log Message:
Changed value of a when condition
Index: CompanyManager.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/18Kaas/CompanyManager.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** CompanyManager.xml 31 Jan 2010 22:16:03 -0000 1.10
--- CompanyManager.xml 6 Feb 2010 23:45:55 -0000 1.11
***************
*** 40,44 ****
<Blocking hex="D9"/>
<SpecialProperties>
! <SpecialProperty condition="ifOwnedByPlayer" when="anyTime" class="rails.game.special.ExchangeForShare">
<ExchangeForShare company="NYC" share="10"/>
</SpecialProperty>
--- 40,44 ----
<Blocking hex="D9"/>
<SpecialProperties>
! <SpecialProperty condition="ifOwnedByPlayer" when="anyTurn" class="rails.game.special.ExchangeForShare">
<ExchangeForShare company="NYC" share="10"/>
</SpecialProperty>
|