planeswalker attack

This commit is contained in:
Anthony Calosa
2017-03-01 06:36:10 +08:00
parent 22376e873e
commit 5f1874edae
9 changed files with 40 additions and 7 deletions
+1 -1
View File
@@ -743,7 +743,7 @@ int AbilityFactory::parseCastRestrictions(MTGCardInstance * card, Player * playe
check = restriction[i].find("didnotcastnontoken");
if(check != string::npos)
{
restriction.push_back("lastturn(*[-token]|mystack,mybattlefield)~lessthan~1");
restriction.push_back("lastturn(*[-token]|opponentstack,opponentbattlefield)~lessthan~1");
}
check = restriction[i].find("paid(");