Closed dlhg closed 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
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
prestige mechanic also incomplete