Update of /cvsroot/rails/18xx/data/1835
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv9140/data/1835
Modified Files:
CompanyManager.xml
Log Message:
Changed value of a when condition
Index: CompanyManager.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/1835/CompanyManager.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** CompanyManager.xml 4 Feb 2010 21:27:59 -0000 1.24
--- CompanyManager.xml 6 Feb 2010 23:45:55 -0000 1.25
***************
*** 30,34 ****
<Company name="NF" longname="Nürnberg-Fürth" type="Private" basePrice="100" revenue="5">
<SpecialProperties>
! <SpecialProperty condition="ifOwnedByPlayer" when="tokenLayingStep" class="rails.game.special.SpecialTokenLay">
<SpecialTokenLay location="L14" extra="yes" free="yes"/>
</SpecialProperty>
--- 30,34 ----
<Company name="NF" longname="Nürnberg-Fürth" type="Private" basePrice="100" revenue="5">
<SpecialProperties>
! <SpecialProperty condition="ifOwnedByPlayer" when="orTurn" class="rails.game.special.SpecialTokenLay">
<SpecialTokenLay location="L14" extra="yes" free="yes"/>
</SpecialProperty>
***************
*** 56,60 ****
<SpecialTileLay location="J6" extra="yes" free="yes" />
</SpecialProperty>
! <SpecialProperty condition="ifOwnedByPlayer" when="tokenLayingStep" class="rails.game.special.SpecialTokenLay">
<SpecialTokenLay location="J6" extra="yes" free="yes"/>
</SpecialProperty>
--- 56,60 ----
<SpecialTileLay location="J6" extra="yes" free="yes" />
</SpecialProperty>
! <SpecialProperty condition="ifOwnedByPlayer" when="orTurn" class="rails.game.special.SpecialTokenLay">
<SpecialTokenLay location="J6" extra="yes" free="yes"/>
</SpecialProperty>
|