mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-19 22:52:56 +03:00
Fix items taking more than 1 inventory slot
This commit is contained in:
@@ -23,7 +23,7 @@ class 1Rnd_Arrow_Wood : CA_Magazine
|
||||
|
||||
class 12Rnd_Quiver_Wood : 1Rnd_Arrow_Wood
|
||||
{
|
||||
type = WeaponSlotItem * 2;
|
||||
type = WeaponSlotItem;
|
||||
|
||||
model = "\z\addons\dayz_communityassets\models\quiver";
|
||||
picture = "\z\addons\dayz_communityassets\pictures\equip_quiver_ca.paa";
|
||||
|
||||
Reference in New Issue
Block a user