Remove Sketchmons COIL (#1042)

This commit is contained in:
Kris Johnson
2017-11-04 11:42:53 -06:00
committed by The Immortal
parent c41d2b288c
commit 75bb1d8a7c
2 changed files with 1 additions and 3 deletions

View File

@@ -56,7 +56,6 @@ foreach ($toplist as $row)
elseif ($row['formatid'] == 'gen71v1suspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-20/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'gen7mixandmegasuspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-10.5/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'gen7almostanyabilitysuspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-6.0/$N) : 0,1,'.','');
elseif ($row['formatid'] == 'gen7sketchmonssuspecttest') echo number_format($N ? 40*$row['gxe']*pow(2.0,-8.5/$N) : 0,1,'.','');
else echo '--'; ?></td>
</tr>
<?php