Procházet zdrojové kódy

fix: text description of success cutoff variant

tags/v0.3.3
bertieb před 3 roky
rodič
revize
13a835fa82
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/ts/frontend.ts

+ 1
- 1
src/ts/frontend.ts Zobrazit soubor

@@ -346,7 +346,7 @@ function numberWithCommas(x:number): string {

function describeRolls(resultsProperties: ResultProperties): string {
let output = subTitle("Description");
output += `<p>There were <strong>${resultsProperties.numDice}</strong> Asphodice rolled <strong>${numberWithCommas(resultsProperties.rollstats.numRolls)}</strong> times.</p>`;
output += `<p>There were <strong>${resultsProperties.numDice}</strong> Asphodice rolled <strong>${numberWithCommas(resultsProperties.rollstats.numRolls)}</strong> times, with a success cutoff of <strong>${resultsProperties.diceVariant.slice(-1)}</strong>.</p>`;
return output;
}



Načítá se…
Zrušit
Uložit