Skip to content

Commit

Permalink
dshkm high instead of nsv low
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Jan 4, 2016
1 parent 570d725 commit 0626960
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spawn/gui/addPublicVariableEventhandler.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ fillRussianSupplies = {
[
"Ace_Box_Ammo",
"Defense Pack",
3,
2,
500,
"<t align='center'>500 cr</t>",
1,
Expand All @@ -164,11 +164,11 @@ fillRussianSupplies = {
clearItemCargoGlobal (_this select 0);
clearBackpackCargoGlobal (_this select 0);
clearMagazineCargoGlobal (_this select 0);
(_this select 0) addBackpackCargoGlobal ['RHS_NSV_Gun_Bag',1];
(_this select 0) addBackpackCargoGlobal ['RHS_NSV_Tripod_Bag',1];
(_this select 0) addBackpackCargoGlobal ['RHS_DShkM_Gun_Bag',2];
(_this select 0) addBackpackCargoGlobal ['RHS_DShkM_TripodHigh_Bag',2];
(_this select 0) addItemCargoGlobal ['ACE_Sandbag_empty',100];
},
format['%1<br/>%2<br/>%3','100 Sandbags','2 Static PKM','(4 Backpacks)']
format['%1<br/>%2<br/>%3','100 Sandbags','2 Static Dshkm','(4 Backpacks)']
]
];

Expand Down

0 comments on commit 0626960

Please sign in to comment.