mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 10:26:28 +03:00
0.7 + 1.7.5.M1D19
This commit is contained in:
@@ -34,7 +34,11 @@ player playActionNow "PutDown";
|
||||
player removeMagazine _item;
|
||||
sleep 1;
|
||||
|
||||
_regen = round(random _regen);
|
||||
if (dayz_lastMeal < 3600) then {
|
||||
if (_item == "FoodSteakCooked") then {
|
||||
//_regen = _regen * (10 - (10 max ((time - _Cookedtime) / 3600)));
|
||||
};
|
||||
};
|
||||
|
||||
r_player_blood = r_player_blood + _regen;
|
||||
if (r_player_blood > r_player_bloodTotal) then {
|
||||
|
||||
Reference in New Issue
Block a user