alexandClaude Sonnet 5 a30179737f fix: gate horn/wings steps by pony type — a Jordpony can no longer pick them
Horn/wings choices were free-standing toggles independent of the chosen
pony type, so e.g. a Jordpony (which has neither in the game's own lore/
stats) could still be given a horn or wings in the configurator.

Wizard steps are now computed from the selected type's hasHorn/hasWings
flags: Jordpony gets 5 steps (type/body/eyes/mane/tail, no horn or wings
step at all), Pegasus 6 (+wings), Enhjørning 6 (+horn), Alicorn 7 (+both).
appearance.hasHorn/hasWings are set directly from the type on pick and are
no longer separately toggleable — the on/off buttons are gone since the
type alone decides whether they exist.

App.test.js's pickPonyAndStartGame helper now clicks "Næste" until "Start
eventyr" appears rather than a fixed count, since step count depends on
which pony type the test picks.

Co-Authored-By: Claude Sonnet 5 <[email protected]>
2026-08-09 12:29:45 +00:00
S
Description
No description provided
3.5 MiB
Languages
Python 54.5%
JavaScript 33.3%
CSS 10.2%
HTML 1.9%