Skip to content

Commit

Permalink
HLC Tweaks - Fix Honey Badger suppressor not being applied (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF authored Jan 11, 2024
1 parent c56eeb8 commit 3abf39a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions addons/hlc_tweaks/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,14 @@ class CfgWeapons {
delete LinkedItemsMuzzle;
};
};

class hlc_rifle_honeybase;
class hlc_rifle_honeybadger: hlc_rifle_honeybase {
class LinkedItems {
class LinkedItemsMuzzle {
item = "muzzle_HBADGER";
slot = "MuzzleSlot";
};
};
};
};
1 change: 1 addition & 0 deletions addons/hlc_tweaks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

- Fixes armory stashing issue with a switchable item.
- Enables Semi-Auto mode for AUG rifles.
- Fixes adding suppressor to HLC Honey badger
3 changes: 2 additions & 1 deletion addons/hlc_tweaks/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ class CfgPatches {
"tacgt_theseus",
"hlcweapons_core",
"niaweapons_226",
"hlcweapons_AUG"
"hlcweapons_AUG",
"hlcweapons_ar15"
};
author = ECSTRING(main,Author);
authors[] = {"Mike"};
Expand Down

0 comments on commit 3abf39a

Please sign in to comment.