Skip to content

Commit

Permalink
Change the appearance of the store NPC's
Browse files Browse the repository at this point in the history
  • Loading branch information
JoSchaap committed Jan 28, 2015
1 parent 30a5985 commit 8fc8991
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions mapConfig/storeOwners.sqf
Expand Up @@ -28,16 +28,16 @@ storeOwnerConfig = compileFinal str
// Outfits for store owners
storeOwnerConfigAppearance = compileFinal str
[
["GenStore1", [["weapon", ""], ["uniform", "U_IG_Guerilla2_2"]]],
["GenStore2", [["weapon", ""], ["uniform", "U_IG_Guerilla2_3"]]],
["GenStore3", [["weapon", ""], ["uniform", "U_IG_Guerilla3_1"]]],
["GenStore1", [["weapon", ""], ["uniform", "U_B_Protagonist_VR"]]],
["GenStore2", [["weapon", ""], ["uniform", "U_O_Protagonist_VR"]]],
["GenStore3", [["weapon", ""], ["uniform", "U_I_Protagonist_VR"]]],

["GunStore1", [["weapon", ""], ["uniform", "U_B_SpecopsUniform_sgg"]]],
["GunStore2", [["weapon", ""], ["uniform", "U_O_SpecopsUniform_blk"]]],
["GunStore3", [["weapon", ""], ["uniform", "U_I_CombatUniform_tshirt"]]],
["GunStore4", [["weapon", ""], ["uniform", "U_IG_Guerilla1_1"]]],
["GunStore1", [["weapon", "LMG_Zafir_F"], ["uniform", "U_B_SpecopsUniform_sgg"]]],
["GunStore2", [["weapon", "srifle_DMR_01_F"], ["uniform", "U_O_SpecopsUniform_blk"]]],
["GunStore3", [["weapon", "srifle_GM6_camo_SOS_F"], ["uniform", "U_I_CombatUniform_tshirt"]]],
["GunStore4", [["weapon", "arifle_Katiba_GL_F"], ["uniform", "U_IG_Guerilla1_1"]]],

["VehStore1", [["weapon", ""], ["uniform", "U_Competitor"]]],
["VehStore2", [["weapon", ""], ["uniform", "U_Competitor"]]],
["VehStore1", [["weapon", ""], ["uniform", "U_IG_leader"]]],
["VehStore2", [["weapon", ""], ["uniform", "U_Rangemaster"]]],
["VehStore3", [["weapon", ""], ["uniform", "U_Competitor"]]]
];

0 comments on commit 8fc8991

Please sign in to comment.