This commit is contained in:
Anthony Calosa
2017-03-01 16:09:31 +08:00
parent d761bac85c
commit 7627a00dce

View File

@@ -742,11 +742,6 @@ 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");
}
check = restriction[i].find("didnotcastnontoken");
if(check != string::npos)
{
restriction.push_back("lastturn(*[-token]|opponentstack,opponentbattlefield)~lessthan~1");
}