mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 09:32:02 +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 {
|
||||
|
||||
if(_isMan) then {
|
||||
_regen == 12000;
|
||||
_regen = 12000;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user