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];};