From 64a8634b292b2a667a984fa002d53ad55da53794 Mon Sep 17 00:00:00 2001 From: vbawol Date: Tue, 23 Apr 2013 16:53:16 -0500 Subject: [PATCH] disable medic heal at XXX for FR_OHara_DZ + few missed commas --- dayz_code/cfgVehicles.hpp | 1 + dayz_code/config.cpp | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dayz_code/cfgVehicles.hpp b/dayz_code/cfgVehicles.hpp index 5d4bc6e4f..7b9e6d589 100644 --- a/dayz_code/cfgVehicles.hpp +++ b/dayz_code/cfgVehicles.hpp @@ -899,6 +899,7 @@ class Citizen1; // External class reference weaponSlots = "1 + 4 + 12* 256 + 2* 4096 + 2 + 8* 16 + 12*131072"; canHideBodies = 1; canCarryBackPack = 1; + attendant = 0; }; class FR_Rodriguez; class FR_Rodriguez_DZ: FR_Rodriguez { diff --git a/dayz_code/config.cpp b/dayz_code/config.cpp index 575e374f4..fd50a5ae4 100644 --- a/dayz_code/config.cpp +++ b/dayz_code/config.cpp @@ -1724,7 +1724,7 @@ class HeliCrash_No50s: Default { { "PartWoodPile","magazine" }, { "WeaponHolder_ItemHatchet","object" }, { "MR43","weapon" }, - {"WeaponHolder_ItemMachete", "object"} + {"WeaponHolder_ItemMachete", "object"}, { "20Rnd_762x51_SB_SCAR","magazine" }, { "SCAR_H_LNG_Sniper_SD","weapon" }, @@ -1752,7 +1752,7 @@ class HeliCrash_No50s: Default { 0.17, 0.06, 0.03, - 0.03 + 0.03, 0.01 }; };