1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-08 21:37:54 -05:00

add honse

This commit is contained in:
Ean Milligan
2025-07-07 00:04:34 -04:00
parent 69e9d6ca1d
commit cb3cb6777d

View File

@ -71,6 +71,14 @@ export const tokenizeMath = (cmd: string, modifiers: RollModifiers, previousResu
containsFail: 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() === '💩') {
mathConf[i] = {
total: 7,