arboria
This commit is contained in:
@@ -742,11 +742,6 @@ int AbilityFactory::parseCastRestrictions(MTGCardInstance * card, Player * playe
|
|||||||
}
|
}
|
||||||
check = restriction[i].find("didnotcastnontoken");
|
check = restriction[i].find("didnotcastnontoken");
|
||||||
if(check != string::npos)
|
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");
|
restriction.push_back("lastturn(*[-token]|opponentstack,opponentbattlefield)~lessthan~1");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user