Fix items taking more than 1 inventory slot

This commit is contained in:
icomrade
2016-04-24 17:44:58 -04:00
parent 4ad652bda6
commit 9624979785
7 changed files with 14 additions and 15 deletions

View File

@@ -2,7 +2,7 @@ class ItemGenerator : CA_Magazine
{
scope = public;
count = 1;
type = WeaponSlotItem * 6;
type = WeaponSlotItem;
model = "\dayz_equip\models\generator_gear.p3d";
picture = "\dayz_equip\textures\equip_generator_ca.paa";