mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 17:42:01 +03:00
Update pz_feed.sqf
Fixed blood not being regenerated if you eat a man.
This commit is contained in:
@@ -43,7 +43,7 @@ if(!(alive _item)) then {
|
|||||||
} else {
|
} else {
|
||||||
|
|
||||||
if(_isMan) then {
|
if(_isMan) then {
|
||||||
_regen == 12000;
|
_regen = 12000;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user