In “The Night”, replace the “They look around” step of the Sale action with:-
* (Today Only:) They look around: If any Dishes with identical ingredients as the Choice are available with a lower price on another Open Truck’s Menu, the Yard selects one of those other Dishes at random and this becomes the Active Customer’s Choice instead
* (From Tomorrow:) They look around: If any Dishes with identical ingredients as the Choice are available with a lower price on another Open Truck’s Menu, the Yard selects the Dish on whichever of those Trucks has the lowest Pitch number, and this becomes the Active Customer’s Choice instead
Also replace “For each Open Truck (in a random order)” with:-
For each Open Truck (in increasing order of Pitch)
Using lower Pitch positions to resolve the currently random choice when multiple, cheaper equivalent Dishes are on offer.
(Also using the Pitch sequence for choosing an order in which to process Sales, although I don’t think this will currently change anything in practice.)
aria: she/they