
Wklejam część kodu w którym jest jakiś bład
normal_oil_deposits_locations:=[ [69,133], [224,134], [77,3], [34,9] ]; // list of normal oil deposits
extra_oil_deposits_locations :=[ [ [69,133], [63,121] ],
[ [224,134], [218,123] ],
[ [77,3], [112,23] ],
[ [34,9], [28,50] ] ];
// list of extra oil deposits
normal_sib_deposits_locations:=[ [71,137], [224,150], [102,9], [20,34] ]; // list of normal siberite deposits
extra_sib_deposits_locations :=[ [ [88,121], [71,137] ],
[ [231,155], [224,150] ],
[ [102,9], [56,4] ],
[ [20,34], [14,4] ] ];
// list of extra siberite deposits
// list of depots for each positions on the map
depot_def:=[ [83,128,1], [207,140,4], [86,9,3], [29,19,2] ];
// list of starting people positions
start_def:=[ [96,136], [203,138], [92,23], [35,28]];
// list of breastworks for each base positions on the map
breastworks_def:=[ [ [95,128,3], [74,119,1] ],
[ [200,127,2], [201,147,1] ],
[ [101,31,5], [60,8,1] ],
[ [40,37,4], [45,26,4] ],
];
end;