mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-05-16 07:33:21 +03:00
Merge pull request #512 from jostster/master
Blood not regen when eating
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