소스 검색

fix: text description of success cutoff variant

tags/v0.3.3
bertieb 3 년 전
부모
커밋
13a835fa82
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/ts/frontend.ts

+ 1
- 1
src/ts/frontend.ts 파일 보기

@@ -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;
}



불러오는 중...
취소
저장