mirror of
https://github.com/ChocoTaco1/zDiscord-Map-Pack.git
synced 2026-01-19 17:54:44 +00:00
Took out 2nd MPB
This commit is contained in:
parent
5565708efb
commit
f873e97bd5
File diff suppressed because it is too large
Load diff
|
|
@ -1,5 +1,5 @@
|
|||
// DefaultTurrets.cs
|
||||
// Restore Default Turret count at the end of the match + MPB
|
||||
// Restore Default Turret count at the end of the match
|
||||
// Some maps in this map use non-default turret numbers
|
||||
|
||||
$DMP::indoorMinDef = $TeamDeployableMin[TurretIndoorDeployable];
|
||||
|
|
@ -7,8 +7,6 @@ $DMP::outdoorMinDef = $TeamDeployableMin[TurretOutdoorDeployable];
|
|||
$DMP::indoorMaxDef = $TeamDeployableMax[TurretIndoorDeployable];
|
||||
$DMP::outdoorMaxDef = $TeamDeployableMax[TurretOutdoorDeployable];
|
||||
|
||||
$DMP::vehicleMPBMax = $VehicleMax[MobileBaseVehicle];
|
||||
|
||||
package turretDefaults
|
||||
{
|
||||
|
||||
|
|
@ -20,8 +18,6 @@ function DefaultGame::gameOver( %game )
|
|||
$TeamDeployableMin[TurretOutdoorDeployable] = $DMP::outdoorMinDef;
|
||||
$TeamDeployableMax[TurretIndoorDeployable] = $DMP::indoorMaxDef;
|
||||
$TeamDeployableMax[TurretOutdoorDeployable] = $DMP::outdoorMaxDef;
|
||||
|
||||
$VehicleMax[MobileBaseVehicle] = $DMP::vehicleMPBMax;
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue