mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-08-21 18:40:24 -05:00
Remove Return'd COIL
This commit is contained in:
@@ -89,8 +89,7 @@
|
||||
'nususpecttest': 9,
|
||||
'pususpecttest': 9,
|
||||
'lcsuspecttest': 9,
|
||||
'doublesoususpecttest': 14.5,
|
||||
'returnd': 10
|
||||
'doublesoususpecttest': 14.5
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
@@ -52,7 +52,6 @@ foreach ($toplist as $row)
|
||||
elseif ($row['formatid'] == 'pususpecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-9.0/$N) : 0,1,'.','');
|
||||
elseif ($row['formatid'] == 'lcsuspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-9.0/$N) : 0,1,'.','');
|
||||
elseif ($row['formatid'] == 'doublesoususpecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-14.5/$N) : 0,1,'.','');
|
||||
elseif ($row['formatid'] == 'returnd') echo number_format($N ? 40*$row['gxe']*pow(2.0,-10.0/$N) : 0,1,'.','');
|
||||
else echo '--'; ?></td>
|
||||
</tr>
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user