mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
Update arrow and quiver classnames
Vanilla development commit:
1561c3cfd8
This commit is contained in:
@@ -19,7 +19,7 @@ if (count _inventory > 0) then {
|
||||
_val = -1;
|
||||
};
|
||||
|
||||
if (_item == "BoltSteel") then { _item = "WoodenArrow" }; // Convert BoltSteel to WoodenArrow
|
||||
if (_item == "BoltSteel") then { _item = "1Rnd_Arrow_Wood" }; // Convert BoltSteel to WoodenArrow
|
||||
if (dayz_classicBloodBagSystem) then {
|
||||
if (_item in dayz_typedBags) then { _item = "ItemBloodbag" };
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user