mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +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;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -92,4 +92,4 @@ if(!(alive _item)) then {
|
||||
player switchmove "";
|
||||
};
|
||||
|
||||
s_player_butcher = -1;
|
||||
s_player_butcher = -1;
|
||||
|
||||
Reference in New Issue
Block a user