Update of /cvsroot/rails/18xx/data/1830
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20173/data/1830
Modified Files:
CompanyManager.xml
Log Message:
Added "free" to tile lay on B20 to prevent confusing "normal cost" info bit.
Index: CompanyManager.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/1830/CompanyManager.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** CompanyManager.xml 17 Jan 2010 14:05:48 -0000 1.29
--- CompanyManager.xml 19 Jan 2010 19:47:20 -0000 1.30
***************
*** 27,31 ****
<SpecialProperties>
<SpecialProperty condition="ifOwnedByCompany" when="tileLayingStep" class="rails.game.special.SpecialTileLay">
! <SpecialTileLay location="B20" extra="yes"/>
</SpecialProperty>
</SpecialProperties>
--- 27,31 ----
<SpecialProperties>
<SpecialProperty condition="ifOwnedByCompany" when="tileLayingStep" class="rails.game.special.SpecialTileLay">
! <SpecialTileLay location="B20" extra="yes" free="yes"/>
</SpecialProperty>
</SpecialProperties>
|