From: Erik V. <ev...@us...> - 2011-10-30 17:20:38
|
data/18TN/Game.xml | 1 + data/18TN/TileSet.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) New commits: commit c631bc3e4f4873e8245bec880a4e3166da45ba39 Author: Martin Brumm <Dr....@t-...> Date: Sun Oct 30 18:18:40 2011 +0100 Fixed 18TN grey tile being not available due to error in phase definition. Also fixed wrong availability of Tile 170. diff --git a/data/18TN/Game.xml b/data/18TN/Game.xml index ff8073b..191ee87 100644 --- a/data/18TN/Game.xml +++ b/data/18TN/Game.xml @@ -122,6 +122,7 @@ <Trains rusted="4"/> </Phase> <Phase name="8"> + <Tiles colour="yellow,green,brown,grey"/> </Phase> </Component> <Component name="RevenueManager" class="rails.algorithms.RevenueManager"> diff --git a/data/18TN/TileSet.xml b/data/18TN/TileSet.xml index 1ef912f..2e0fba2 100644 --- a/data/18TN/TileSet.xml +++ b/data/18TN/TileSet.xml @@ -140,7 +140,7 @@ <Tile id="146" quantity="2" /> <Tile id="147" quantity="2" /> - <Tile id="170" quantity="170" > + <Tile id="170" quantity="2" > <Upgrade id="600" /> </Tile> |