Fix DS4Check for 0.8.x
This commit is contained in:
parent
61b757ae8f
commit
8f7f6af359
4 changed files with 21180 additions and 1549 deletions
|
@ -86,11 +86,7 @@ function shouldUseCoupForLastSubCheck(
|
|||
);
|
||||
}
|
||||
|
||||
interface SubCheckResult extends DieWithSubCheck, DiceTerm.Result {
|
||||
success?: boolean;
|
||||
failure?: boolean;
|
||||
count?: number;
|
||||
}
|
||||
interface SubCheckResult extends DieWithSubCheck, DiceTerm.Result {}
|
||||
|
||||
function evaluateDiceWithSubChecks(
|
||||
results: DieWithSubCheck[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue