aboutsummaryrefslogtreecommitdiff
path: root/internal/game/sys_technology.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-14 03:05:42 -0400
committerhistoria <[not public]>2026-07-14 03:05:42 -0400
commit430c81bd2056769e1326df9d1dff983afe7f33df (patch)
tree83b7a7695c60519023b7634a3f552f66b34f7dbf /internal/game/sys_technology.go
parentd72957499f1e25741b8f7a91746fbe132fa68161 (diff)
downloadthehouseoficarus-430c81bd2056769e1326df9d1dff983afe7f33df.tar.gz
fix(admin): tech tab loading yaml and css
Diffstat (limited to 'internal/game/sys_technology.go')
-rw-r--r--internal/game/sys_technology.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/game/sys_technology.go b/internal/game/sys_technology.go
index c7214af..e285ba8 100644
--- a/internal/game/sys_technology.go
+++ b/internal/game/sys_technology.go
@@ -33,7 +33,6 @@ type TechDef struct {
Name string `yaml:"name"`
Level int `yaml:"level"`
DrainRate float64 `yaml:"drain_rate"`
- Category string `yaml:"category"`
Group string `yaml:"group"`
Effects TechEffects `yaml:"effects"`
}