if(cardTextRows[i].contains("{T}")&&cardTextRows[i].contains("to your mana pool"))
}else{
mArtifact=true;
boolmArtifact=false;
if(cardType.endsWith("Artifact"))
// detect cards that enter the field tapped
for(inti=0;i<cardTextRows.size();++i)
boolcipt=cardText.contains("Hideaway")||(cardText.contains(cardName+" enters the battlefield tapped")&&!cardText.contains(cardName+" enters the battlefield tapped unless"));
if(cardTextRows[i].contains("{T}")&&cardTextRows[i].contains("to your mana pool"))
boolcipt=cardText.contains("Hideaway")||(cardText.contains(cardName+" enters the battlefield tapped")&&!cardText.contains(cardName+" enters the battlefield tapped unless"));