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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user