mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-06-04 09:03:50 -04:00
add honse
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user