Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #116 from InvalidArgument3/partcapxd
Browse files Browse the repository at this point in the history
lbx grid limit 1 dev
  • Loading branch information
InvalidArgument3 authored Jun 1, 2024
2 parents 339bce0 + 6e7a740 commit de807e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ partial class Parts
},
Other = new OtherDef
{
ConstructPartCap = 4, // Maximum number of blocks with this weapon on a grid; 0 = unlimited.
ConstructPartCap = 1, // Maximum number of blocks with this weapon on a grid; 0 = unlimited.
RotateBarrelAxis = 0, // For spinning barrels, which axis to spin the barrel around; 0 = none.
EnergyPriority = 0, // Deprecated.
MuzzleCheck = false, // Whether the weapon should check LOS from each individual muzzle in addition to the scope.
Expand Down

0 comments on commit de807e5

Please sign in to comment.