tidying up

This commit is contained in:
Anthony Calosa
2016-06-01 09:32:28 +08:00
parent 9e50187740
commit fd89d51f84

View File

@@ -288,8 +288,8 @@ ManaCost * ManaCost::parseManaCost(string s, ManaCost * _manaCost, MTGCardInstan
manaCost->addExtraCost(NEW CounterCost(counter, tc));
break;
}
else if(value == "c")
{
else if(value == "c")
{
manaCost->add(Constants::MTG_COLOR_WASTE, 1);
break;
}