|
From: Stefan F. <ste...@us...> - 2011-09-22 16:57:15
|
data/1830/Game.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit 11664e64d1f27c4cdea5222eab2fb72d52b3fcc5
Author: Michal Bazynski <ba...@ba...>
Date: Thu Sep 22 18:24:34 2011 +0200
in 1830 wabash 7Ts rust 4Ts
Signed-off-by: Stefan Frey <ste...@we...>
diff --git a/data/1830/Game.xml b/data/1830/Game.xml
index f885604..8cc12f3 100644
--- a/data/1830/Game.xml
+++ b/data/1830/Game.xml
@@ -190,7 +190,9 @@
<TrainType name="7" majorStops="7" cost="710" quantity="2"/>
</IfOption>
<IfOption name="Variant" value="Wabash">
- <TrainType name="7" majorStops="7" cost="830" quantity="-1"/>
+ <TrainType name="7" majorStops="7" cost="830" quantity="-1">
+ <NewPhase phaseName="D"/>
+ </TrainType>
</IfOption>
<IfOption name="Variant" value="Basegame,Pere Marquette,Reading,Coalfields,Coalfields&Reading,Simple">
<TrainType name="D" majorStops="99" quantity="6">
@@ -253,4 +255,4 @@
<Component name="RevenueManager" class="rails.algorithms.RevenueManager">
<!-- Required for coalfield rights '-->
</Component>
-</ComponentManager>
\ No newline at end of file
+</ComponentManager>
|