mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix death message killer inaccurate in some cases
This commit is contained in:
@@ -240,6 +240,7 @@ if (_damage > 0.4) then {
|
||||
//End body part scale
|
||||
//???????????
|
||||
if (!(player == _source) && (_isPlayer or (_isMan && !_isZombieHit))) then { //Scale shots from AI units the same as shots from players
|
||||
dayz_sourceBleeding = _source; //Used for death messages
|
||||
_scale = _scale + 800;
|
||||
if (_isHeadHit) then {
|
||||
if (_ammo in MeleeAmmo) then {
|
||||
|
||||
Reference in New Issue
Block a user