mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add back high infection chance for bio meat
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user