mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Testing Confirmed Kills System.
Vanilla development commit:
4881e00ecf
New - Journal Kills will only update during the session on confirmed
Kills (study dead body).
This commit is contained in:
@@ -102,6 +102,11 @@ if (count _array > 0) then {
|
||||
};
|
||||
};
|
||||
_body setVariable ["deathType",_method,true];
|
||||
|
||||
//Setup for study bodys.
|
||||
if ((!isNull _source) && (_source != player)) then {
|
||||
_body setVariable ["KillingBlow",_source,true];
|
||||
};
|
||||
};
|
||||
|
||||
terminate dayz_musicH;
|
||||
|
||||
Reference in New Issue
Block a user