mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Random 5-30min delay for ground force attack without CAS
This commit is contained in:
parent
df642fe7a1
commit
bd63e4484d
@ -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(
|
||||
[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user