1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-06-04 09:03:50 -04:00

add comma totals decorator

This commit is contained in:
Ean Milligan
2025-04-29 18:02:51 -04:00
parent 861d1e00cd
commit b9c7fac984
6 changed files with 21 additions and 4 deletions

View File

@@ -91,6 +91,7 @@ export const apiRoll = async (query: Map<string, string>, apiUserid: bigint): Pr
gms: query.has('gms') ? (query.get('gms') || '').split(',') : [],
order: query.has('o') ? query.get('o')?.toLowerCase() || '' : '',
count: query.has('c'),
commaTotals: query.has('ct'),
valid: true,
apiWarn: hideWarn ? '' : apiWarning,
};