Add back high infection chance for bio meat

This commit is contained in:
A Man
2020-04-22 18:02:00 +02:00
parent 9c9cbfe3da
commit b52325c9d7

View File

@@ -5,6 +5,7 @@ class FoodBioMeat: FoodEdible {
picture = "\z\addons\dayz_epoch\pictures\equip_biomeat_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_biomeat_CA.paa";
descriptionShort = $STR_FOOD_NAME_BIOMEAT_DESC; descriptionShort = $STR_FOOD_NAME_BIOMEAT_DESC;
bloodRegen = 1600; bloodRegen = 1600;
infectionChance = 0.4;
}; };
// new DZE harvested food // new DZE harvested food
class FoodPumpkin : FoodEdible { class FoodPumpkin : FoodEdible {