Skip to content

Commit

Permalink
Merge pull request #1345 from CBATeam/fix-pointer-icon
Browse files Browse the repository at this point in the history
Joint Rails - Pistol Pointer slot uses Bipod slot overlay
  • Loading branch information
PabstMirror committed Sep 15, 2020
2 parents f033552 + ca0316f commit 9f87e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/jr/jr_classes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class asdg_UnderSlot: asdg_SlotInfo { // Base under barrel slot
class asdg_PistolUnderRail: asdg_SlotInfo { // under rail for handguns
linkProxy = "\a3\data_f\proxies\weapon_slots\SIDE";
displayName = "$STR_A3_PointerSlot0";
iconPicture = "\a3\weapons_f_mark\Data\UI\attachment_under";
iconPicture = "\a3\weapons_f\Data\ui\attachment_side";
iconPinpoint = "Bottom";
class compatibleItems {
acc_flashlight_pistol = 1;
Expand Down

0 comments on commit 9f87e8f

Please sign in to comment.