OMG, my character is too submissive and so I can't compete in the pony-race ><
Is there a way to tweak this a bit ?
By tweaking
SugarCube.State.variables.player.values.submission
, yes. Beware though that it's an object and your best bet is probably to introduce a negative temp bonus. See the objects state near the very start of the game:
Hope this helps!
Personally, I just found the passage name where you're too sub to whip Antlers, and just removed the submissiveness check before the link. No need to edit variables.
Just save on the passage before, press F-12, search for some text that was in it, go into it and remove the <if> statement before whipping Antlers so the check doesn't apply. Click another passage in the dev view to apply the changes, and go back to the game. Then just go to the next page in the story, and it should appear.
There might be an error if you didn't delete the corresponding </if>, but it won't do anything. All that matters is if the link is there and you can go to the next passage.
Or you can just find the name of the passage, and copy it, then use the "g" in debug mode to go to that passage, skipping any checks.
If you mess up, at least you saved beforehand, and you can just reload the game and the changes are reverted.
Really, winning doesn't do much (except unlock the dominance stat, but it's unimplemented), and the scene later on where Bambi comes back is a one off paragraph that's not all that good anyway.