UI: Increase number of displayed digits for StaneksGiftExtraSize (#1871)

This commit is contained in:
catloversg
2025-01-05 07:34:35 +07:00
committed by GitHub
parent 93c07ac107
commit f2e014ba37

View File

@@ -337,7 +337,7 @@ function BladeburnerMults({ mults }: IMultsProps): React.ReactElement {
function StanekMults({ mults }: IMultsProps): React.ReactElement {
if (!Player.canAccessCotMG()) return <></>;
const extraSize = mults.StaneksGiftExtraSize.toFixed(3);
const extraSize = mults.StaneksGiftExtraSize.toFixed(5);
const rows: IBNMultRows = {
StaneksGiftPowerMultiplier: { name: "Gift Power" },
StaneksGiftExtraSize: {