Merge remote-tracking branch 'origin/master'

# Conflicts:
#	SQF/dayz_code/compile/fn_damageActions.sqf
#	SQF/dayz_code/compile/fn_selfActions.sqf
This commit is contained in:
icomrade
2016-05-02 20:44:50 -04:00
31 changed files with 1944 additions and 344 deletions

View File

@@ -211,7 +211,7 @@ if (isPlayer cursorTarget) then {
};
if (_unit isKindOf "Man") then {
// should only fire if cursor target is man and not vehicle
_charID = _unit getVariable ["CharacterID", 0];
_charID = _unit getVariable ["CharacterID", "0"];
if (DZE_plotforLife) then {
_charID = [_unit] call FNC_GetPlayerUID;
};