More magazines taking too many slots

This commit is contained in:
icomrade
2016-05-01 21:00:00 -04:00
parent f848305b50
commit 61ffe26fb8
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
class ItemCarBomb : CA_Magazine { class ItemCarBomb : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
type = (2*256); type = 256;
displayName = "Car Bomb"; displayName = "Car Bomb";
model = "\ca\weapons\explosive.p3d"; model = "\ca\weapons\explosive.p3d";
picture = "\z\addons\dayz_communityassets\pictures\carbomb.paa"; picture = "\z\addons\dayz_communityassets\pictures\carbomb.paa";

View File

@@ -5,5 +5,5 @@ class equip_crate : CA_Magazine {
descriptionShort = $STR_ITEM_DESC_equip_crate; descriptionShort = $STR_ITEM_DESC_equip_crate;
model = "\z\addons\dayz_communityassets\models\crate.p3d"; model = "\z\addons\dayz_communityassets\models\crate.p3d";
picture = "\z\addons\dayz_communityassets\pictures\equip_crate.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_crate.paa";
type = (256 * 2); type = 256;
}; };