Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: initialize totalCost correctly and refactor blessing purchase lo…
…gic (#3142) This fixes the initialization of the `totalCost` variable and refactors the blessing purchase logic. Improvements include replacing string concatenation with `string.format` for more efficient formatting, as well as adjustments for better code clarity and readability. The code is now more organized, and the calculation error has been fixed.
- Loading branch information