From b52325c9d731255b51fffa5962b715382cbf2636 Mon Sep 17 00:00:00 2001 From: A Man Date: Wed, 22 Apr 2020 18:02:00 +0200 Subject: [PATCH] Add back high infection chance for bio meat --- SQF/dayz_code/Configs/CfgMagazines/DZE/Food.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SQF/dayz_code/Configs/CfgMagazines/DZE/Food.hpp b/SQF/dayz_code/Configs/CfgMagazines/DZE/Food.hpp index 6e5375cad..88c365f80 100644 --- a/SQF/dayz_code/Configs/CfgMagazines/DZE/Food.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines/DZE/Food.hpp @@ -5,6 +5,7 @@ class FoodBioMeat: FoodEdible { picture = "\z\addons\dayz_epoch\pictures\equip_biomeat_CA.paa"; descriptionShort = $STR_FOOD_NAME_BIOMEAT_DESC; bloodRegen = 1600; + infectionChance = 0.4; }; // new DZE harvested food class FoodPumpkin : FoodEdible {