From a91bff6110635b935511c3a34418510a5309a575 Mon Sep 17 00:00:00 2001 From: DazedAnon Date: Wed, 15 Jul 2026 10:38:54 -0500 Subject: [PATCH] Refactor animal voice descriptions in ActivitySpeciesVoiceCatalog for improved clarity. Adjusted phrasing in mammal voice templates to enhance readability and consistency. Incremented version in mod.json to reflect these changes. --- IdleSpectator/ActivitySpeciesVoices.Mammals.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IdleSpectator/ActivitySpeciesVoices.Mammals.cs b/IdleSpectator/ActivitySpeciesVoices.Mammals.cs index e4a3e09..733de8a 100644 --- a/IdleSpectator/ActivitySpeciesVoices.Mammals.cs +++ b/IdleSpectator/ActivitySpeciesVoices.Mammals.cs @@ -249,7 +249,7 @@ public static partial class ActivitySpeciesVoiceCatalog "sheep", V("walks in close steps beneath a thick fleece", "trots with narrow hooves and wool bouncing"), V("stands chewing with ears angled out from the wool", "settles squarely while its dense fleece rises and falls"), - V("springs forward on stiff legs and lands together", "butts lightly, backs away, and hops again"), + V("springs forward on stiff legs", "butts lightly, backs away, and hops again"), V("crops a bite with a split upper lip", "chews cud in slow sideways turns"), V("folds its legs beneath a round fleece-covered body", "rests with muzzle tucked against warm wool"), V("lifts its muzzle near {target} and follows", "advances toward {target} with woolly forehead lowered"), @@ -277,7 +277,7 @@ public static partial class ActivitySpeciesVoiceCatalog "wolf", V("lopes forward with long legs and level back", "trots in an efficient line with tail held low"), V("stands with ears pricked and nose raised", "sits tall on its haunches and watches"), - V("bows low on the forelegs before bounding sideways", "wrestles with open jaws and careful pawing"), + V("bows low on its forelegs before bounding sideways", "wrestles with open jaws and careful pawing"), V("holds the meal between forepaws and tears sideways", "crunches the meal with strong jaws before licking its muzzle"), V("curls tightly with bushy tail over its nose", "lies chest-down with chin between outstretched paws"), V("runs toward {target} with nose low and stride lengthening", "closes on {target} at an efficient lope"),