diff --git a/optionals/compat_cup/CfgWeapons.hpp b/optionals/compat_cup/CfgWeapons.hpp index 9bf287c41e..1188d42d7a 100644 --- a/optionals/compat_cup/CfgWeapons.hpp +++ b/optionals/compat_cup/CfgWeapons.hpp @@ -497,6 +497,7 @@ class CfgWeapons }; }; }; + // Non Disposable launchers class CUP_launch_Igla: Launcher_Base_F { GVAR(angle) = 30; GVAR(range) = 2; @@ -539,4 +540,10 @@ class CfgWeapons GVAR(range) = 2; GVAR(damage) = 0.5; }; + // Disposable launchers under this line + class CUP_launch_M136: Launcher_Base_F { + GVAR(angle) = 45; + GVAR(range) = 100; + GVAR(damage) = 0.7; + }; }; \ No newline at end of file