diff --git a/js/client-chat.js b/js/client-chat.js
index 93554963a..35fceb9f8 100644
--- a/js/client-chat.js
+++ b/js/client-chat.js
@@ -572,6 +572,8 @@
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 += '-- | ';
}
diff --git a/ladder.php b/ladder.php
index 6e9443af5..864a764f5 100644
--- a/ladder.php
+++ b/ladder.php
@@ -49,6 +49,7 @@ foreach ($toplist as $row)