Update change log

This commit is contained in:
ebaydayz
2016-10-03 15:45:13 -04:00
parent df39ea0f30
commit 97796bf524
5 changed files with 5 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ if (_unit == player) then {
if (_hit == "") exitWith //Ignore none part dmg. Exit after processing humanity hit
{
if ((_source != player) and _isPlayer && alive player) then
if (_source != player && _isPlayer && alive player) then
{
_isBandit = (player getVariable["humanity",0]) <= -5000;
//_isBandit = (_model in ["Bandit1_DZ","BanditW1_DZ"]);