mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Dogtags - Stop throwing error when trying to take dog tags (#10103)
Stop throwing error
This commit is contained in:
parent
45f9301019
commit
516eb48c93
@ -23,4 +23,4 @@ if (isNull _target) exitWith {false};
|
||||
// check if disabled for faction
|
||||
if ((faction _target) in GVAR(disabledFactions)) exitWith {false};
|
||||
|
||||
((!alive _target) || {_target getVariable ["ACE_isUnconscious", false]}) && {_player canAdd ["ACE_dogtag", 1/*, true*/]} // Todo: Uncomment in 2.18
|
||||
((!alive _target) || {_target getVariable ["ACE_isUnconscious", false]}) && {_player canAdd ["ACE_dogtag_1", 1/*, true*/]} // Todo: Uncomment in 2.18
|
||||
|
Loading…
Reference in New Issue
Block a user