mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Change small IEDs to use smaller pressure plates
This commit is contained in:
parent
61f288c9cc
commit
a07d456476
@ -97,6 +97,7 @@ class CfgAmmo {
|
||||
mineTrigger = "RemoteTrigger";
|
||||
};
|
||||
class ACE_IEDUrbanSmall_Range_Ammo: IEDUrbanSmall_Remote_Ammo {
|
||||
mineTrigger = "RangeTriggerShort";
|
||||
};
|
||||
|
||||
class IEDLandBig_Remote_Ammo: PipeBombBase {
|
||||
@ -120,5 +121,6 @@ class CfgAmmo {
|
||||
mineTrigger = "RemoteTrigger";
|
||||
};
|
||||
class ACE_IEDLandSmall_Range_Ammo: IEDLandSmall_Remote_Ammo {
|
||||
mineTrigger = "RangeTriggerShort";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user