Update of /cvsroot/rails/18xx/tiles
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv20976/tiles
Modified Files:
TileDictionary.18t Tiles.xml
Log Message:
Fixed tile -803 (Hamburg 1835: one city had 20 revenue)
Index: TileDictionary.18t
===================================================================
RCS file: /cvsroot/rails/18xx/tiles/TileDictionary.18t,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** TileDictionary.18t 11 Mar 2010 23:09:30 -0000 1.10
--- TileDictionary.18t 1 May 2010 19:32:39 -0000 1.11
***************
*** 12816,12820 ****
JunType = jtCity
Position = tp2SideF
! Revenue = 20
RevenuePosition = tpCenter
end
--- 12816,12820 ----
JunType = jtCity
Position = tp2SideF
! Revenue = 40
RevenuePosition = tpCenter
end
Index: Tiles.xml
===================================================================
RCS file: /cvsroot/rails/18xx/tiles/Tiles.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** Tiles.xml 30 Apr 2010 15:22:42 -0000 1.28
--- Tiles.xml 1 May 2010 19:32:39 -0000 1.29
***************
*** 3090,3094 ****
</Tile>
<Tile colour="green" id="-803" name="Hamburg">
! <Station id="city1" position="502" slots="1" type="City" value="20"/>
<Station id="city2" position="052" slots="1" type="City" value="40"/>
<Station id="city3" position="302" slots="1" type="City" value="40"/>
--- 3090,3094 ----
</Tile>
<Tile colour="green" id="-803" name="Hamburg">
! <Station id="city1" position="502" slots="1" type="City" value="40"/>
<Station id="city2" position="052" slots="1" type="City" value="40"/>
<Station id="city3" position="302" slots="1" type="City" value="40"/>
|