mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 00:53:50 -04:00
remove erroneous console.log
This commit is contained in:
@@ -167,7 +167,6 @@ export const roll = (rollStr: string, modifiers: RollModifiers): RollSet[] => {
|
|||||||
const percentCount = rawDS.match(/%/g)?.length ?? 1;
|
const percentCount = rawDS.match(/%/g)?.length ?? 1;
|
||||||
rollConf.dPercent.sizeAdjustment = Math.pow(10, percentCount - 1);
|
rollConf.dPercent.sizeAdjustment = Math.pow(10, percentCount - 1);
|
||||||
rollConf.dPercent.critVal = Math.pow(10, percentCount) - rollConf.dPercent.sizeAdjustment;
|
rollConf.dPercent.critVal = Math.pow(10, percentCount) - rollConf.dPercent.sizeAdjustment;
|
||||||
console.log(percentCount, rollConf.dPercent);
|
|
||||||
} else {
|
} else {
|
||||||
rollConf.dieSize = parseInt(rawDS);
|
rollConf.dieSize = parseInt(rawDS);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user