Remove srifle_DMR_03_spotter_F (#5477)

`srifle_DMR_03_spotter_F` does not exist in base game, and parent srifle_DMR_03_F is scope 2
So we were adding a duplicate weapon with only the name changed??

- Hide weapon for now via `scope = 1` to avoid breaking loadouts
- Can remove later
This commit is contained in:
PabstMirror 2017-09-07 11:39:11 -05:00 committed by jonpas
parent 98c140bb64
commit 451be53219

View File

@ -233,6 +233,9 @@ class CfgWeapons {
};
class srifle_DMR_03_spotter_F: srifle_DMR_03_F {
// Weapon does not exist in base game, and parent srifle_DMR_03_F is scope 2
// Can remove entirely in 3.12
scope = 1;
displayName = CSTRING(srifle_DMR_03_spotter); //NATO DMR (provisional) spotter;
};
class DMR_04_base_F: Rifle_Long_Base_F {