Skip to content

Commit

Permalink
[Backpack] - Alice Backpack updated
Browse files Browse the repository at this point in the history
[1 X weapon, 18X magazines] (Should fill the gap between the Assault
pack)
  • Loading branch information
R4Z0R49 committed Dec 19, 2014
1 parent f78fa2d commit b14f70b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SQF/dayz_code/Configs/CfgVehicles/Bags.hpp
Expand Up @@ -78,8 +78,8 @@ class DZ_ALICE_Pack_EP1: Bag_Base_EP1
icon = "\ca\weapons_e\data\icons\mapIcon_backpack_CA.paa";
mapsize = 2;
model = "\ca\weapons_e\AmmoBoxes\backpack_tk_alice.p3d";
transportMaxWeapons = 2;
transportMaxMagazines = 16;
transportMaxWeapons = 1;
transportMaxMagazines = 18;
class eventHandlers
{
init="[(_this select 0),'CfgVehicles','DZ_ALICE_Pack_EP1'] execVM '\z\addons\dayz_code\init\object_BackpackAction.sqf';";
Expand Down

0 comments on commit b14f70b

Please sign in to comment.