diff --git a/js/client-chat.js b/js/client-chat.js
index 93554963a..2e70cba78 100644
--- a/js/client-chat.js
+++ b/js/client-chat.js
@@ -572,6 +572,9 @@
buffer += '
'+Math.round(40.0*parseFloat(row.gxe)*Math.pow(2.0,-17.0/N),0)+' | ';
} else if (row.formatid === 'smogondoublescurrent' || row.formatid === 'smogondoublessuspecttest') {
buffer += ''+Math.round(40.0*parseFloat(row.gxe)*Math.pow(2.0,-15.0/N),0)+' | ';
+ }
+ } else if (row.formatid === 'rususpecttest') {
+ buffer += ''+Math.round(40.0*parseFloat(row.gxe)*Math.pow(2.0,-20.0/N),0)+' | ';
} else {
buffer += '-- | ';
}