Add submarine

Thx @Helion4 for the model
This commit is contained in:
AirwavesMan
2021-03-08 15:00:51 +01:00
parent affdd84647
commit c316d209a7
8 changed files with 315 additions and 3 deletions

View File

@@ -88,8 +88,8 @@ server_obj_dam = {
_array set [count _array,[(_hit select 1),0]];
};
} count _hitpoints;
if (_allFixed && {!_totalDmg}) then {_object setDamage 0;};
if (_allFixed && !_totalDmg) then {_object setDamage 0;};
if (_forced) then {
if (_object in needUpdate_objects) then {needUpdate_objects = needUpdate_objects - [_object];};

View File

@@ -216,7 +216,8 @@ if (toLower worldName in ["caribou","chernarus","cmr_ovaron","dayznogova","dingo
["RHIB2Turret_DZE",_Ratio1],
["Smallboat_1_DZE",_Ratio3],
["Smallboat_2_DZE",_Ratio3],
["Zodiac_DZE",_Ratio3]
["Zodiac_DZE",_Ratio3],
["Submarine_DZE",_Ratio3]
];
};