Add "Snow" Cards

This commit is contained in:
Anthony Calosa
2016-06-01 12:53:33 +08:00
parent dd6c1c3d01
commit 57c7796424
5 changed files with 214 additions and 162 deletions
+1
View File
@@ -236,6 +236,7 @@ ManaCost * ManaCost::parseManaCost(string s, ManaCost * _manaCost, MTGCardInstan
case 'i' :
{
SAFE_DELETE(tc);
manaCost->add(0,1);
manaCost->addExtraCost(NEW SnowCost);
break;
}