New planes number calculation based on readiness

This commit is contained in:
Wyqer 2019-08-19 18:55:32 +02:00
parent 55947df5d5
commit 9420e59a21
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
params ["_first_objective"];
private _planes_number = 0;
private _planes_number = ((floor linearConversion [40, 100, combat_readiness, 1, 3]) min 3) max 0;
if (_planes_number < 1) exitWith {};