diff --git a/SQF/dayz_code/actions/pzombie/pz_feed.sqf b/SQF/dayz_code/actions/pzombie/pz_feed.sqf index f7667f08a..3560a8917 100644 --- a/SQF/dayz_code/actions/pzombie/pz_feed.sqf +++ b/SQF/dayz_code/actions/pzombie/pz_feed.sqf @@ -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; \ No newline at end of file +s_player_butcher = -1;