forked from External/mage
replaced all instances of converted mana cost with mana value
This commit is contained in:
parent
cb0df438dd
commit
a61d5543fa
610 changed files with 1781 additions and 1796 deletions
|
|
@ -44,8 +44,8 @@ public class MageCardComparator implements CardViewComparator {
|
|||
break;
|
||||
// Cost
|
||||
case 2:
|
||||
aCom = a.getConvertedManaCost();
|
||||
bCom = b.getConvertedManaCost();
|
||||
aCom = a.getManaValue();
|
||||
bCom = b.getManaValue();
|
||||
break;
|
||||
// Color
|
||||
case 3:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue