Increase time for readiness increase a little bit

This commit is contained in:
Wyqer 2019-06-26 16:26:55 +02:00
parent e0d6502342
commit d8d282e24c
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
1 changed files with 2 additions and 2 deletions

View File

@ -18,5 +18,5 @@ while { true } do {
if ( combat_readiness > 100.0 && GRLIB_difficulty_modifier < 2 ) then { combat_readiness = 100.0 };
sleep (45 + random (45));
};
sleep (180 + random (180));
};