mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Merge branch 'eraser_rewrite' of https://github.com/Defent/DMS_Exile into eraser_rewrite
This commit is contained in:
commit
40a2729ba9
@ -2,7 +2,7 @@ class CfgPatches {
|
||||
class A3_dms {
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
a3_DMS_version = 1.0;
|
||||
a3_DMS_version = 2.0;
|
||||
requiredVersion = 1.36;
|
||||
requiredAddons[] = {"exile_client","exile_server_config"};
|
||||
};
|
||||
|
@ -267,7 +267,8 @@ _skillArray = missionNamespace getVariable [format["DMS_ai_skill_%1",_difficulty
|
||||
} count _skillArray;
|
||||
|
||||
// Ground unit
|
||||
_unit addEventHandler ["Killed",{[_this, "soldier"] call DMS_OnKill;}];
|
||||
//_unit addEventHandler ["Killed",{[_this, "soldier"] call DMS_OnKill;}];
|
||||
_unit addEventHandler ["Killed",{[_unit, _group, "soldier"] call TargetsKilled;}];
|
||||
|
||||
_unit enableAI "TARGET";
|
||||
_unit enableAI "AUTOTARGET";
|
||||
|
Loading…
Reference in New Issue
Block a user