From e753131f2d4c0a48792448ab2b281a99447828ac Mon Sep 17 00:00:00 2001 From: commy2 Date: Thu, 3 Sep 2015 16:17:48 +0200 Subject: [PATCH] arms and legs to vulnerable, better scaling for pilots and csat --- addons/medical/CfgVehicles.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/medical/CfgVehicles.hpp b/addons/medical/CfgVehicles.hpp index 61168ca541..74f9d1a4e2 100644 --- a/addons/medical/CfgVehicles.hpp +++ b/addons/medical/CfgVehicles.hpp @@ -426,9 +426,9 @@ class CfgVehicles { }; }; - #define ARM_LEG_ARMOR_DEFAULT 1 - #define ARM_LEG_ARMOR_BETTER 8 - #define ARM_LEG_ARMOR_CSAT 6 + #define ARM_LEG_ARMOR_DEFAULT 2 + #define ARM_LEG_ARMOR_BETTER 4 + #define ARM_LEG_ARMOR_CSAT 3 class Land; class Man: Land {