Skip to content

Commit

Permalink
Merge pull request #904 from CBATeam/jr_182
Browse files Browse the repository at this point in the history
Update JR for 1.82
  • Loading branch information
Killswitch00 committed Apr 14, 2018
2 parents 372e3ad + eb9495e commit c3d2192
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
8 changes: 8 additions & 0 deletions addons/jr/cfgweapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ class CfgWeapons {
};
};
};
class launch_MRAWS_base_F: Launcher_Base_F {
class WeaponSlotsInfo: WeaponSlotsInfo {
class PointerSlot: asdg_FrontSideRail {
iconPosition[] = {0.15, 0.5};
iconScale = 0.25;
};
};
};

class EBR_base_F: Rifle_Long_Base_F {
class WeaponSlotsInfo;
Expand Down
2 changes: 1 addition & 1 deletion addons/jr/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CfgPatches {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"A3_Weapons_F", "A3_Weapons_F_Mark", "A3_Weapons_F_Exp", "CBA_jr_prep"};
requiredAddons[] = {"CBA_jr_prep"};
version = VERSION;
authors[] = {"Robalo"};
};
Expand Down
7 changes: 6 additions & 1 deletion addons/jr_prep/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class CfgPatches {
units[] = {};
weapons[] = {};
requiredVersion = REQUIRED_VERSION;
requiredAddons[] = {"A3_Weapons_F", "A3_Weapons_F_Mark", "A3_Weapons_F_Exp"};
requiredAddons[] = {"A3_Data_F_Tank_Loadorder"};
version = VERSION;
};
};
Expand All @@ -35,6 +35,11 @@ class CfgWeapons {
delete PointerSlot;
};
};
class launch_MRAWS_base_F : Launcher_Base_F {
class WeaponSlotsInfo : WeaponSlotsInfo {
delete PointerSlot;
};
};

class EBR_base_F: Rifle_Long_Base_F {
class WeaponSlotsInfo;
Expand Down

0 comments on commit c3d2192

Please sign in to comment.