forked from mirror/OpenTTD
(svn r11603) -Fix [FS#1481]: make price for railtype conversion more realistic
This commit is contained in:
@@ -1309,7 +1309,7 @@ CommandCost DoConvertStationRail(TileIndex tile, RailType totype, bool exec)
|
||||
VehicleFromPos(tile, &tile, UpdateTrainPowerProc);
|
||||
}
|
||||
|
||||
return CommandCost(RailBuildCost(totype) / 2);
|
||||
return CommandCost(RailConvertCost(GetRailType(tile), totype));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user