Update humanity morphing

Vanilla commits:

33d4165e64

6674be6d5f

f4d18a6fef
This commit is contained in:
ebayShopper
2017-11-25 14:52:06 -05:00
parent 1e65d5d324
commit ac10daeb4d
7 changed files with 86 additions and 55 deletions

View File

@@ -2,8 +2,10 @@ private ["_charID","_newmodel","_old","_humanity","_medical","_worldspace","_zom
//_playerUID = _this select 0;
_charID = _this select 1;
_model = _this select 2;
_old = player;
if (typeOf player == _model) exitWith {};
_old = player;
_old removeAllEventHandlers "FiredNear";
_old removeAllEventHandlers "HandleDamage";
_old removeAllEventHandlers "Killed";