Skip to content

Commit

Permalink
Update SMG_02 base class for 1.66 (#4718)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabstMirror authored Dec 1, 2016
1 parent 321bb0b commit 3566e6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addons/ai/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ class CfgWeapons {
};

// Scorpion EVO
class SMG_02_base_F: Rifle_Base_F {
class SMG_02_base_F: Rifle_Short_Base_F {

class Single: Mode_SemiAuto {
minRange = 50; //2;
Expand Down
2 changes: 1 addition & 1 deletion addons/ballistics/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ class CfgWeapons {
ACE_barrelTwist=285.75;
ACE_barrelLength=457.2;
};
class SMG_02_base_F: Rifle_Base_F {
class SMG_02_base_F: Rifle_Short_Base_F {
initSpeed = -1.10288;
ACE_barrelTwist=254.0;
ACE_barrelLength=195.58;
Expand Down
2 changes: 1 addition & 1 deletion addons/realisticweights/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class CfgWeapons {
};

// - CZ Scorpion ----------------------------------------------------------
class SMG_02_base_F: Rifle_Base_F {
class SMG_02_base_F: Rifle_Short_Base_F {
class WeaponSlotsInfo;
};
class SMG_02_F: SMG_02_base_F {
Expand Down
2 changes: 1 addition & 1 deletion addons/smallarms/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class CfgWeapons {

// SMG Scorpion ////////////////////////////////////////////////////

class SMG_02_base_F: Rifle_Base_F {
class SMG_02_base_F: Rifle_Short_Base_F {
//http://www.czub.cz/zbrojovka/cz-manual/Instruction-Manual-Scorpion-EVO-3-A1_en.pdf
// 1150 rpm

Expand Down

0 comments on commit 3566e6e

Please sign in to comment.