mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-17 09:53:21 +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];};
|
||||
|
||||
@@ -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]
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user