This commit is contained in:
Ean Milligan 2025-04-26 23:59:22 -04:00
parent 6afaf882fa
commit 951d15fcf9
1 changed files with 7 additions and 0 deletions

View File

@ -100,6 +100,13 @@ export const parseRoll = (fullCmd: string, modifiers: RollModifiers): SolvedRoll
containsCrit: false,
containsFail: false,
};
} else if (mathConf[i].toString().toLowerCase() === 'sex') {
mathConf[i] = {
total: 69,
details: '( ͡° ͜ʖ ͡°)',
containsCrit: false,
containsFail: false,
};
} else if (
mathConf[i].toString().toLowerCase() === 'inf' ||
mathConf[i].toString().toLowerCase() === 'infinity' ||