fix some cards and add some missing

it seems " add " inside name causes issue when parsed (cause crash in
deck editor like arlinn kord), renaming it fixes it...
This commit is contained in:
Anthony Calosa
2016-08-27 14:56:54 +08:00
parent f447482e32
commit 4d56269130
4 changed files with 206 additions and 28 deletions

View File

@@ -706,7 +706,7 @@ private:
{
intValue = target->controller()->opponent()->nonCombatDamage;
}
else if (s == "playerpoisoncount")
else if (s == "mypoisoncount")
{
intValue = target->controller()->poisonCount;
}