Make claymores detonatable by MK16. Close #1603

This commit is contained in:
esteldunedain 2015-06-13 16:05:18 -03:00
parent d53ee1cf85
commit 1237b1cb4a

View File

@ -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 {};
};
};