Merge pull request #512 from jostster/master

Blood not regen when eating
This commit is contained in:
vbawol
2013-08-11 18:13:27 -07:00

View File

@@ -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;