Skip to content

Commit

Permalink
Delay Ultimate Scavenger Helicopters a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed Nov 12, 2023
1 parent 61d5cf2 commit d6e45ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/mp/multiplay/script/scavengers/ultimateScavengers.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ function helicoptersAreAllowed()
{
if (getMultiTechLevel() === 1)
{
if ((baseType === CAMP_CLEAN && gameTime > (10 * 60000)) ||
(baseType === CAMP_BASE && gameTime > (7 * 60000)) ||
(baseType === CAMP_WALLS && gameTime > (4 * 60000)))
if ((baseType === CAMP_CLEAN && gameTime > (12 * 60000)) ||
(baseType === CAMP_BASE && gameTime > (9 * 60000)) ||
(baseType === CAMP_WALLS && gameTime > (6 * 60000)))
{
return true;
}
Expand Down

0 comments on commit d6e45ca

Please sign in to comment.