Random 5-30min delay for ground force attack without CAS

This commit is contained in:
Raffson
2023-01-03 20:52:17 +01:00
parent df642fe7a1
commit bd63e4484d

View File

@@ -284,7 +284,7 @@ class FlotGenerator:
if x.primary_task == FlightType.CAS
]
return (
timedelta()
timedelta(seconds=random.randint(300, 1800))
if len(tots) == 0
else min(
[