mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-13 07:04:33 +00:00
Added Turret Max Reset GameOver
All the changed spaces and tabs are Atom editor deleting them
This commit is contained in:
parent
8c9dbd2b9f
commit
36ca025c03
1 changed files with 325 additions and 323 deletions
|
|
@ -641,8 +641,10 @@ function DefaultGame::gameOver( %game )
|
|||
$VehicleMax[HAPCFlyer] = 2;
|
||||
|
||||
// Choco - reset turret maxes after each round.
|
||||
$TeamDeployableMin[TurretIndoorDeployable] = 4;
|
||||
$TeamDeployableMin[TurretIndoorDeployable] = 4;
|
||||
$TeamDeployableMin[TurretOutdoorDeployable] = 4;
|
||||
$TeamDeployableMax[TurretIndoorDeployable] = 10;
|
||||
$TeamDeployableMax[TurretOutdoorDeployable] = 10;
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue