add honse

This commit is contained in:
Ean Milligan 2025-07-07 00:04:34 -04:00
parent 69e9d6ca1d
commit cb3cb6777d
1 changed files with 8 additions and 0 deletions

View File

@ -71,6 +71,14 @@ export const tokenizeMath = (cmd: string, modifiers: RollModifiers, previousResu
containsFail: false, containsFail: false,
isComplex: false, isComplex: false,
}; };
} else if (curMathConfStr.toLowerCase() === 'horse' || curMathConfStr.toLowerCase() === '🐴') {
mathConf[i] = {
total: Math.sqrt(3),
details: '🐴',
containsCrit: false,
containsFail: false,
isComplex: false,
};
} else if (curMathConfStr.toLowerCase() === 'fart' || curMathConfStr.toLowerCase() === '💩') { } else if (curMathConfStr.toLowerCase() === 'fart' || curMathConfStr.toLowerCase() === '💩') {
mathConf[i] = { mathConf[i] = {
total: 7, total: 7,