mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added MAAWS
This commit is contained in:
parent
5285207403
commit
c2c3b2014e
@ -507,4 +507,11 @@ class CfgWeapons
|
||||
GVAR(range) = 30;
|
||||
GVAR(damage) = 0.7;
|
||||
};
|
||||
class CUP_launch_MAAWS: Launcher_Base_F {
|
||||
GVAR(angle) = 60;
|
||||
GVAR(range) = 28;
|
||||
GVAR(damage) = 0.7;
|
||||
};
|
||||
class CUP_launch_MAAWS_Scope: CUP_launch_MAAWS {};
|
||||
|
||||
};
|
Loading…
Reference in New Issue
Block a user