From 11f511d660b324a30e5ad5d712ddef57aaface9e Mon Sep 17 00:00:00 2001 From: jonpas Date: Fri, 22 Feb 2019 23:24:59 +0100 Subject: [PATCH] Update No Uniform Restrictions for Arma 3 v1.88 (#6829) **When merged this pull request will:** - Title --- optionals/nouniformrestrictions/CfgVehicles.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/optionals/nouniformrestrictions/CfgVehicles.hpp b/optionals/nouniformrestrictions/CfgVehicles.hpp index 8d10f3f65f..e39640b995 100644 --- a/optionals/nouniformrestrictions/CfgVehicles.hpp +++ b/optionals/nouniformrestrictions/CfgVehicles.hpp @@ -20,6 +20,7 @@ class CfgVehicles { class O_Soldier_diver_base_F; class I_G_Sharpshooter_F; class B_Soldier_F; + class I_C_Soldier_Para_2_F; class I_G_Soldier_LAT2_F; class I_crew_F; @@ -245,9 +246,21 @@ class CfgVehicles { class O_G_Sharpshooter_F: I_G_Sharpshooter_F { modelSides[] = {6}; }; + class B_Captain_Pettka_F: B_Soldier_02_f { + modelSides[] = {6}; + }; + class B_Captain_Jay_F: B_Soldier_02_f { + modelSides[] = {6}; + }; + class I_Captain_Hladas_F: I_officer_F { + modelSides[] = {6}; + }; class Underwear_F: B_Soldier_F { modelSides[] = {6}; }; + class B_G_Captain_Ivan_F: I_C_Soldier_Para_2_F { + modelSides[] = {6}; + }; class C_man_sport_1_F: C_man_1 { modelSides[] = {6}; }; @@ -276,3 +289,4 @@ class CfgVehicles { modelSides[] = {6}; }; }; +