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 -1
View File
@@ -653,7 +653,7 @@ private:
intValue = target->controller()->epic;
}
else if (s == "snowcount")
{
{//this is just to count the number of snow mana produced ... just for debugging purposes...
intValue = target->controller()->snowManaG + target->controller()->snowManaU +target->controller()->snowManaR + target->controller()->snowManaB + target->controller()->snowManaW + target->controller()->snowManaC;
}
else if (s == "p" || s == "power")