fix: display S+ and SS+ for chu3 on AquaNet

This commit is contained in:
Raymond 2026-06-13 21:20:31 -04:00
parent 3e2c198204
commit 08bf69c723

View File

@ -29,7 +29,9 @@ const multTable = {
'chu3': [
[ 100.9, 215, 'SSS+' ],
[ 100.75, 200, 'SSS' ],
[ 100.50, 0, 'SS+' ],
[ 100.0, 0, 'SS' ],
[ 99.0, 0, 'S+' ],
[ 97.5, 0, 'S' ],
[ 95.0, 0, 'AAA' ],
[ 92.5, 0, 'AA' ],