diff --git a/src/artigen/math/mathTokenizer.ts b/src/artigen/math/mathTokenizer.ts index e501b3e..86b52b5 100644 --- a/src/artigen/math/mathTokenizer.ts +++ b/src/artigen/math/mathTokenizer.ts @@ -60,6 +60,13 @@ export const tokenizeMath = (cmd: string, modifiers: RollModifiers, previousResu containsCrit: false, containsFail: false, }; + } else if (curMathConfStr.toLowerCase() === 'lemon' || curMathConfStr.toLowerCase() === '๐Ÿ‹') { + mathConf[i] = { + total: 5, + details: '๐Ÿ‹', + containsCrit: false, + containsFail: false, + }; } else if (curMathConfStr.toLowerCase() === 'fart' || curMathConfStr.toLowerCase() === '๐Ÿ’ฉ') { mathConf[i] = { total: 7, @@ -67,7 +74,7 @@ export const tokenizeMath = (cmd: string, modifiers: RollModifiers, previousResu containsCrit: false, containsFail: false, }; - } else if (curMathConfStr.toLowerCase() === 'sex') { + } else if (curMathConfStr.toLowerCase() === 'sex' || curMathConfStr.toLowerCase() === '๐Ÿ†๐Ÿ‘' || curMathConfStr.toLowerCase() === '๐Ÿ‘๐Ÿ†') { mathConf[i] = { total: 69, details: '( อกยฐ อœส– อกยฐ)', @@ -90,7 +97,7 @@ export const tokenizeMath = (cmd: string, modifiers: RollModifiers, previousResu containsCrit: false, containsFail: false, }; - } else if (curMathConfStr.toLowerCase() === 'pie') { + } else if (curMathConfStr.toLowerCase() === 'pie' || curMathConfStr.toLowerCase() === '๐Ÿฅง') { // If the operand is pie, pi*e, create a SolvedStep for e and pi (and the multiplication symbol between them) mathConf[i] = { total: Math.PI,