aboutsummaryrefslogtreecommitdiff
path: root/internal/object/item.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-17 02:27:20 -0400
committerhistoria <[not public]>2026-06-17 02:27:20 -0400
commit731adf2e0fbcac9a32179da077299ed6465af41e (patch)
tree29d368917f258350d426f2680bec59feeb464eaf /internal/object/item.go
parent389e307f205f9b7edf604fb9f86e1038ead736ef (diff)
downloadthehouseoficarus-731adf2e0fbcac9a32179da077299ed6465af41e.tar.gz
feat: movement overhauled. agility-enhancing items added.
Diffstat (limited to 'internal/object/item.go')
-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 {