mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 09:29:21 +03:00
Actions Done
This commit is contained in:
@@ -53,10 +53,10 @@ if (!_canFill) then {
|
||||
};
|
||||
|
||||
if (_canFill) then {
|
||||
_chance = 0.1;
|
||||
_chance = 0.05;
|
||||
|
||||
if (_itemorignal in boil_tin_cans) then {
|
||||
_chance = 0.06;
|
||||
_chance = 0.03;
|
||||
["FoodDrink",0,[0,0,300,0]] call dayz_NutritionSystem; //[Energy,food,water,temp]
|
||||
} else {
|
||||
_chance = 0.03;
|
||||
|
||||
Reference in New Issue
Block a user