From cac7ad2911c6148fbb15c74bfa110eec02cdea48 Mon Sep 17 00:00:00 2001 From: ChocoTaco1 Date: Fri, 7 Aug 2020 15:04:10 -0400 Subject: [PATCH] Turret max Reset --- Classic/scripts/defaultGame.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Classic/scripts/defaultGame.cs b/Classic/scripts/defaultGame.cs index b5486d6..8faef77 100644 --- a/Classic/scripts/defaultGame.cs +++ b/Classic/scripts/defaultGame.cs @@ -639,6 +639,10 @@ function DefaultGame::gameOver( %game ) $VehicleMax[ScoutFlyer] = 4; $VehicleMax[BomberFlyer] = 2; $VehicleMax[HAPCFlyer] = 2; + + // Choco - reset turret maxes after each round. + $TeamDeployableMin[TurretIndoorDeployable] = 4; + $TeamDeployableMin[TurretOutdoorDeployable] = 4; } //------------------------------------------------------------------------------