mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
Make simnom iterations performed per roll more readable
This commit is contained in:
@@ -106,7 +106,7 @@ export const runCmd = (rollRequest: QueuedRoll): SolvedRoll => {
|
||||
}
|
||||
|
||||
// List number of iterations on simulated nominals
|
||||
if (rollRequest.modifiers.simulatedNominal) line2 += `Iterations performed per roll: \`${rollRequest.modifiers.simulatedNominal}\`\n`;
|
||||
if (rollRequest.modifiers.simulatedNominal) line2 += `Iterations performed per roll: \`${rollRequest.modifiers.simulatedNominal.toLocaleString()}\`\n`;
|
||||
|
||||
// Reduce counts to a single object
|
||||
returnMsg.counts = reduceCountDetails(tempCountDetails);
|
||||
|
||||
Reference in New Issue
Block a user