Skip to content

Commit

Permalink
Fix weapon angles for the AG36
Browse files Browse the repository at this point in the history
  • Loading branch information
fholger committed Aug 14, 2023
1 parent 8ff9502 commit b546431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FCData/scripts/Default/Entities/Weapons/AG36.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AG36SP = {

BoneRightHand = "Bone67",
BoneLeftHand = "Bone19",
RHOffsetAngles = {-8.0, -5.0, -18.0},
RHOffsetAngles = {-2.0, -8.0, 2.0},

-- if the weapon supports zooming then add this...
ZoomActive = 0, -- initially always 0
Expand Down

0 comments on commit b546431

Please sign in to comment.