aboutsummaryrefslogtreecommitdiff
path: root/internal/object
diff options
context:
space:
mode:
Diffstat (limited to 'internal/object')
-rw-r--r--internal/object/item.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/object/item.go b/internal/object/item.go
index 6078712..efcb2c5 100644
--- a/internal/object/item.go
+++ b/internal/object/item.go
@@ -27,7 +27,7 @@ type WeaponType string
const (
WeaponMelee WeaponType = "melee"
WeaponRanged WeaponType = "ranged"
- WeaponTechnology WeaponType = "technology"
+ WeaponScience WeaponType = "science"
)
type ItemDef struct {