mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add submarine
Thx @Helion4 for the model
This commit is contained in:
@@ -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];};
|
||||
|
||||
Reference in New Issue
Block a user