Skip to content

Commit

Permalink
add conflict items to armor
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Jan 12, 2024
1 parent 5773785 commit b6d7096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/item/kind_armor.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type Armor struct {
Blocking []string `json:"blocking" bson:"blocking"`
Slots Slots `json:"slots" bson:"slots"`
Compatibility List `json:"compatibility" bson:"compatibility"`
Conflicts List `json:"conflicts" bson:"conflicts"`
}

// ArmorComponent describes the entity of an armor component
Expand Down

0 comments on commit b6d7096

Please sign in to comment.