Skip to content

Commit

Permalink
add isPlateCarrier to tactical rig
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Jan 12, 2024
1 parent b6d7096 commit 1a3d188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/item/kind_tacticalRig.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ type TacticalRig struct {
Penalties Penalties `json:"penalties" bson:"penalties"`
Armor *ArmorProps `json:"armor,omitempty" bson:"armor,omitempty"` // Deprecated
ArmorComponents []ArmorComponent `json:"armorComponents,omitempty" bson:"armorComponents,omitempty"`
IsPlateCarrier bool `json:"isPlateCarrier" bson:"isPlateCarrier"`
Slots Slots `json:"slots" bson:"slots"`
}

0 comments on commit 1a3d188

Please sign in to comment.