make Sapper a little less prone to prematurely explode

This commit is contained in:
vbawol 2016-10-26 09:57:49 -05:00
parent 9ba60d5b7c
commit 260f6b031a
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ class CfgEpochSapper
reflexSpeed = 0.25; reflexSpeed = 0.25;
nestChance = 2; nestChance = 2;
hideLevel = 72; hideLevel = 72;
chargeLevel = 52; chargeLevel = 62;
}; };
class CfgEpochUAV class CfgEpochUAV
{ {

View File

@ -513,7 +513,7 @@
"reflexSpeed": 0.25, "reflexSpeed": 0.25,
"nestChance": 2, "nestChance": 2,
"hideLevel": 72, "hideLevel": 72,
"chargeLevel": 52 "chargeLevel": 62
}, },
"CfgEpochUAV": { "CfgEpochUAV": {
"UAVMinDist": 48, "UAVMinDist": 48,