add DZE_DamageBeforeMaint default now 0.09 instead of 0.1

Also exit with message if no maintainable objects are found
This commit is contained in:
[VB]AWOL
2014-02-03 08:38:39 -06:00
parent 9524e3a110
commit 9876b42b0a
5 changed files with 30 additions and 5 deletions

View File

@@ -495,6 +495,10 @@ if(isNil "DZE_LootSpawnTimer") then {
if(isNil "DZE_HeliLift") then {
DZE_HeliLift = true;
};
if(isNil "DZE_DamageBeforeMaint") then {
DZE_DamageBeforeMaint = 0.09;
};
// needed on server
if(isNil "DZE_PlotPole") then {