Bug - Fixed chefTurnsUsed and bartenderTurnsUsed count everything, not just Fancy

Terion

Member
Thought this might be true when I had to make a lot more AC/SHC drinks than I expected at the end of my last run to blow up the 'tender.

chefTurnsUsed gets incremented for every step of cooking, not just for steps using a Fancy Ingredient. bartenderTurnsUsed is similar for mixing.

Tested with r8728 by cooking a Lucky Surprise Egg from scratch, which incremented chefTurnsUsed by 4 (when I don't think any steps actually used the chef) and my mixing a fine wine, which incremented bartenderTurnsUsed by 1 (when fermenting powder + grapes doesn't make use of the bartender.)

Not sure how feasible this might be, as the cooking/mixing output doesn't say whether a helper was used or not; it's "You made this" whether it was Fancy or not. As it stands, it makes my boxen macro to check those variables more of a guildline than a reliable number.
 

slyz

Developer
This patch should solve the problem.

I tested this by crafting through the gCLI and through the relay browser.
 

Attachments

  • FancyServants.patch
    1.7 KB · Views: 21
Top