dlhg / burgerclicker

0 stars 0 forks source link

clicking prestige button sets BPC to 0 even though handlePrestige func should be setting BPC to 1 #30

Closed dlhg closed 11 months ago

dlhg commented 11 months ago

prestige mechanic also incomplete

dlhg commented 11 months ago

when this happens, if you go to stats -> burgers per click, it shows 1 correctly, but bpc in burger component is showing 0

dlhg commented 11 months ago

this seems to be be because handlePrestige was setting props.setTempBPCBoostMultiplier(false); props.setTempBPSBoostMultiplier(false);

changed these to set to 1 instead and now it's working