mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Arsenal/RHS Compats - Removed bad illuminator stats for RHS attachments (#9766)
This commit is contained in:
parent
f1e3753606
commit
b440cf9cb2
@ -1,7 +1,14 @@
|
||||
class CfgWeapons {
|
||||
// Last update: RHSAFRF 0.5.6
|
||||
class rhs_acc_perst3;
|
||||
class rhs_acc_perst3_2dp: rhs_acc_perst3 {
|
||||
baseWeapon = "rhs_acc_perst3_2dp";
|
||||
class rhs_acc_perst3_2dp_light;
|
||||
class rhs_acc_perst3_2dp_light_h: rhs_acc_perst3_2dp_light {
|
||||
baseWeapon = "rhs_acc_perst3_2dp_h";
|
||||
};
|
||||
|
||||
class acc_pointer_IR;
|
||||
class rhs_acc_perst1ik: acc_pointer_IR {
|
||||
MRT_SwitchItemHintText = ""; // prevent false info for illuminator stat
|
||||
MRT_SwitchItemNextClass = "";
|
||||
MRT_SwitchItemPrevClass = "";
|
||||
};
|
||||
};
|
||||
|
@ -15,4 +15,4 @@ class CfgPatches {
|
||||
};
|
||||
};
|
||||
|
||||
//#include "CfgWeapons.hpp"
|
||||
#include "CfgWeapons.hpp"
|
||||
|
@ -3,6 +3,9 @@ class CfgWeapons {
|
||||
class acc_pointer_IR;
|
||||
class rhsusf_acc_anpeq15: acc_pointer_IR {
|
||||
baseWeapon = "rhsusf_acc_anpeq15";
|
||||
MRT_SwitchItemHintText = ""; // prevent false info for illuminator stat
|
||||
MRT_SwitchItemNextClass = "";
|
||||
MRT_SwitchItemPrevClass = "";
|
||||
};
|
||||
class rhsusf_acc_anpeq15_bk: rhsusf_acc_anpeq15 {
|
||||
baseWeapon = "rhsusf_acc_anpeq15_bk";
|
||||
@ -28,8 +31,12 @@ class CfgWeapons {
|
||||
class rhsusf_acc_wmx_bk: rhsusf_acc_M952V {
|
||||
baseWeapon = "rhsusf_acc_wmx_bk";
|
||||
};
|
||||
|
||||
class rhsusf_acc_anpeq15A: acc_pointer_IR {
|
||||
baseWeapon = "rhsusf_acc_anpeq15A";
|
||||
MRT_SwitchItemHintText = ""; // prevent false info for illuminator stat
|
||||
MRT_SwitchItemNextClass = "";
|
||||
MRT_SwitchItemPrevClass = "";
|
||||
};
|
||||
class rhsusf_acc_anpeq15_top: rhsusf_acc_anpeq15A {
|
||||
baseWeapon = "rhsusf_acc_anpeq15_top";
|
||||
@ -37,8 +44,12 @@ class CfgWeapons {
|
||||
class rhsusf_acc_anpeq15_bk_top: rhsusf_acc_anpeq15_top {
|
||||
baseWeapon = "rhsusf_acc_anpeq15_bk_top";
|
||||
};
|
||||
|
||||
class rhsusf_acc_anpeq15side: acc_pointer_IR {
|
||||
baseWeapon = "rhsusf_acc_anpeq15side";
|
||||
MRT_SwitchItemHintText = ""; // prevent false info for illuminator stat
|
||||
MRT_SwitchItemNextClass = "";
|
||||
MRT_SwitchItemPrevClass = "";
|
||||
};
|
||||
class rhsusf_acc_anpeq15side_bk: rhsusf_acc_anpeq15side {
|
||||
baseWeapon = "rhsusf_acc_anpeq15side_bk";
|
||||
|
Loading…
Reference in New Issue
Block a user