add honse
This commit is contained in:
parent
69e9d6ca1d
commit
cb3cb6777d
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue