1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Merge pull request from acemod/addMk16ToClaymore

Make claymores detonatable by MK16. Close 
This commit is contained in:
Nicolás Badano 2015-06-13 16:07:56 -03:00
commit d262dc790f

@ -44,10 +44,11 @@ class CfgMagazines {
ACE_SetupObject = "ACE_Explosives_Place_Claymore";
ACE_DelayTime = 1.5;
class ACE_Triggers {
SupportedTriggers[] = {"Command"};
SupportedTriggers[] = {"Command", "MK16_Transmitter"};
class Command {
FuseTime = 0.5;
FuseTime = 0.5;
};
class MK16_Transmitter: Command {};
};
};