mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
Update dog actions in fn_selfActions
When PlotForLife was added these were not updated to reflect the _ownerID change: https://github.com/EpochModTeam/DayZ-Epoch/blob/master/SQF/dayz_code/compile/fn_selfActions.sqf#L253
This commit is contained in:
@@ -43,7 +43,12 @@ if (_hasMeat) then {
|
||||
_fsmid setFSMVariable ["_handle", _fsmid];
|
||||
_fsmid setFSMVariable ["_isTamed", true];
|
||||
player setVariable ["dogID", _fsmid];
|
||||
_dog setVariable ["CharacterID", dayz_characterID, true];
|
||||
|
||||
if (DZE_plotforLife) then {
|
||||
_dog setVariable ["ownerPUID", dayz_playerUID, true];
|
||||
} else {
|
||||
_dog setVariable ["CharacterID", dayz_characterID, true];
|
||||
};
|
||||
|
||||
format[localize "str_epoch_player_173",_textRemoved] call dayz_rollingMessages;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user