horsegen: generate koka id lists as public

This commit is contained in:
2026-02-26 19:15:43 -05:00
parent 7972bab46c
commit cf814c6c72
14 changed files with 14 additions and 15 deletions

View File

@@ -91,5 +91,4 @@ val global/trio-table = global/create-trio-table()
// Base affinity for a trio using the global ruleset.
pub fun global/trio-affinity(a: character-id, b: character-id, c: character-id): int
global/trio-table.at(a.index * {{ $.CharaCount }} * {{ $.CharaCount }} + b.index * {{ $.CharaCount }} + c.index).default(0)
{{- end }}
{{ end }}