mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
make Sapper a little less prone to prematurely explode
This commit is contained in:
parent
9ba60d5b7c
commit
260f6b031a
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user