mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
Update arrow and quiver classnames
Vanilla development commit:
1561c3cfd8
This commit is contained in:
@@ -62,7 +62,7 @@ actionMonitor = {
|
||||
};
|
||||
};
|
||||
|
||||
if (_classname == "WoodenArrow") then {
|
||||
if (_classname == "1Rnd_Arrow_Wood") then {
|
||||
[_holder,_type,_classname,_name] spawn actionMonitor;
|
||||
} else {
|
||||
s_player_holderPickup = _holder addAction [format[(localize "str_init_take"),_name], "\z\addons\dayz_code\actions\object_pickup.sqf",[_type,_classname,_holder], 20, true, true];
|
||||
|
||||
Reference in New Issue
Block a user