diff --git a/addons/medical_blood/CfgNonAIVehicles.hpp b/addons/medical_blood/CfgNonAIVehicles.hpp index b37d854ce7..7088ac22c6 100644 --- a/addons/medical_blood/CfgNonAIVehicles.hpp +++ b/addons/medical_blood/CfgNonAIVehicles.hpp @@ -10,9 +10,9 @@ class CfgNonAIVehicles { timeToLive = 1; disappearAtContact = 1; maxSpeed = 7000; - XEH_DISABLED; weight = 1; gravityFactor = 1; + canBeShot = 0; airFriction2[] = {0,0,0}; airFriction1[] = {0,0,0}; airFriction0[] = {0,0,0};