horsegen: remove stringer generate line that won't work

This commit is contained in:
2026-01-15 14:19:58 -05:00
parent 8059c07ebf
commit f32cc1e651

View File

@@ -5,9 +5,6 @@ package {{ $.Region }}
import . "git.sunturtle.xyz/zephyr/horse/horse"
{{/*
//go:generate go run golang.org/x/tools/cmd/stringer@v0.41.0 -type SkillID -trimprefix Skill -linecomment
*/ -}}
const (
{{- range $s := $.Skills }}
Skill{{ goenum $s.Name }}{{ if ne $s.InheritID 0 }}Inherit{{ end }} SkillID = {{ $s.ID }} // {{ $s.Name }}