Skip to content

Commit

Permalink
Make firing pin weights consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
coavins committed Nov 26, 2023
1 parent 632c7c7 commit 6c995be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module coavinsfirearms {
DisplayCategory = FirearmPart,
Type = Normal,
Icon = M16FiringPin,
Weight = 2,
Weight = 0.1,
ConditionMax = 20,
WorldStaticModel = Paperbag_Ground,
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module coavinsfirearms {
DisplayCategory = FirearmPart,
Type = Normal,
Icon = RifleFiringPin,
Weight = 2,
Weight = 0.1,
ConditionMax = 20,
WorldStaticModel = Paperbag_Ground,
}
Expand Down

0 comments on commit 6c995be

Please sign in to comment.