From: Stefan F. <ste...@us...> - 2012-01-29 15:58:26
|
data/18TN/Game.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 18c9e92b41cbbf6d2c386682c4354b0a485bd7c8 Author: Stefan Frey <ste...@we...> Date: Sun Jan 29 16:57:51 2012 +0100 Fixed wrong price of 6 train (630 => 600) Reported by Bob Probst diff --git a/data/18TN/Game.xml b/data/18TN/Game.xml index 191ee87..62f3209 100644 --- a/data/18TN/Game.xml +++ b/data/18TN/Game.xml @@ -79,7 +79,7 @@ <TrainType name="5" majorStops="5" cost="450" quantity="2"> <NewPhase phaseName="5"/> </TrainType> - <TrainType name="6" majorStops="6" cost="630" quantity="2"> + <TrainType name="6" majorStops="6" cost="600" quantity="2"> <NewPhase phaseName="6"/> <NewPhase phaseName="6½" trainIndex="2"/> </TrainType> |