Reduced the number of cargo planes to 2 per side.

This commit is contained in:
MetalStormGhost 2023-10-22 21:46:30 +03:00
parent 2808d0f72c
commit 5b60d64437

View File

@ -57,7 +57,7 @@ PRETENSE_BARCAP_FLIGHTS_PER_CP = 2
PRETENSE_AI_AIRCRAFT_PER_FLIGHT = 2
PRETENSE_AI_AWACS_PER_FLIGHT = 1
PRETENSE_AI_TANKERS_PER_FLIGHT = 1
PRETENSE_AI_CARGO_PLANES_PER_SIDE = 8
PRETENSE_AI_CARGO_PLANES_PER_SIDE = 2
PRETENSE_PLAYER_AIRCRAFT_PER_FLIGHT = 1
PRETENSE_PLAYER_FLIGHTS_PER_TYPE = 2