From 8fc89910b4965f97370c3f75ea0e9245a6630178 Mon Sep 17 00:00:00 2001 From: Johan Schaap Date: Wed, 28 Jan 2015 13:28:42 +0100 Subject: [PATCH] Change the appearance of the store NPC's --- mapConfig/storeOwners.sqf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mapConfig/storeOwners.sqf b/mapConfig/storeOwners.sqf index 9216ee8c8..0d29f4739 100644 --- a/mapConfig/storeOwners.sqf +++ b/mapConfig/storeOwners.sqf @@ -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"]]] ];