9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
module horse/global
|
|
|
|
import horse/game-id
|
|
|
|
// Shared saddle affinity bonus.
|
|
// `s` should be the complete list of all saddles shared between the veterans.
|
|
pub fun saddle-bonus(s: list<saddle-id>): int
|
|
s.length
|