Widget:Calculator/Magic/Aurum: Difference between revisions
No edit summary |
No edit summary |
||
Line 35: | Line 35: | ||
const aurumMinor = isNaN(aurumMinorValue) ? 0 : aurumMinorValue - scrollPrice; | const aurumMinor = isNaN(aurumMinorValue) ? 0 : aurumMinorValue - scrollPrice; | ||
const aurumMajor = isNaN(aurumMajorValue) ? 0 : aurumMajorValue - scrollPrice | const aurumMajor = isNaN(aurumMajorValue) ? 0 : aurumMajorValue - scrollPrice; | ||
const minorTotal = aurumMinor * quantity; | const minorTotal = aurumMinor * quantity; |