mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-06 05:00:21 +00:00
Turret max Reset
This commit is contained in:
parent
d056ea03d6
commit
cac7ad2911
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue