tidying up
This commit is contained in:
@@ -288,8 +288,8 @@ ManaCost * ManaCost::parseManaCost(string s, ManaCost * _manaCost, MTGCardInstan
|
|||||||
manaCost->addExtraCost(NEW CounterCost(counter, tc));
|
manaCost->addExtraCost(NEW CounterCost(counter, tc));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
else if(value == "c")
|
else if(value == "c")
|
||||||
{
|
{
|
||||||
manaCost->add(Constants::MTG_COLOR_WASTE, 1);
|
manaCost->add(Constants::MTG_COLOR_WASTE, 1);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user