horsegen: add inherited markers to skill names

This commit is contained in:
2026-01-16 21:51:38 -05:00
parent 19fb713aaa
commit 5576dd8d3f
2 changed files with 61 additions and 61 deletions

View File

@@ -15,7 +15,7 @@ var AllSkills = map[SkillID]Skill{
{{- range $s := $.Skills }}
Skill{{ goenum $s.Name }}{{ if ne $s.InheritID 0 }}Inherit{{ end }}: {
{{ $s.ID }},
{{ printf "%q" $s.Name }},
{{ printf "%q" $s.Name }}{{ if ne $s.InheritID 0 }} + " (Inherited)"{{ end }},
{{ printf "%q" $s.Description }},
{{ $s.GroupID }},
{{ $s.Rarity }},