Update zombie generate

Vanilla commits:

09aa9f8879

68be696c4d
This commit is contained in:
ebaydayz
2016-11-21 18:33:41 -05:00
parent 2924daf0c4
commit 6853263f3d
6 changed files with 6 additions and 36 deletions

View File

@@ -1,3 +0,0 @@
_unit = _this select 0;
_id = _unit addeventhandler ["HandleDamage",{_this call local_zombieDamage}];
_id = _unit addeventhandler ["Killed",{[_this,"zombieKills"] call local_eventKill}];