aboutsummaryrefslogtreecommitdiff
path: root/internal/item
diff options
context:
space:
mode:
Diffstat (limited to 'internal/item')
-rw-r--r--internal/item/item.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/item/item.go b/internal/item/item.go
index 1536006..0a6ef99 100644
--- a/internal/item/item.go
+++ b/internal/item/item.go
@@ -54,10 +54,10 @@ type DefenseBonuses struct {
}
type OtherBonuses struct {
- Strength int `yaml:"strength,omitempty"`
+ Strength int `yaml:"strength,omitempty"`
RangedStrength int `yaml:"ranged_strength,omitempty"`
- Science int `yaml:"science,omitempty"`
- Technology int `yaml:"technology,omitempty"`
+ Science int `yaml:"science,omitempty"`
+ Technology int `yaml:"technology,omitempty"`
}
type EquipmentDef struct {