- Added SVar:RemAIDeck:True to Peregrine Mask.

This commit is contained in:
Sloth
2014-02-12 21:29:09 +00:00
parent dcccae1f7c
commit 7ace65b8c9
3 changed files with 4 additions and 1 deletions

View File

@@ -1156,6 +1156,8 @@ public class AttachAi extends SpellAbilityAi {
if (card.hasKeyword("Shroud") || card.hasKeyword("Hexproof")) {
return false;
}
} else if (keyword.equals("Defender")) {
return false;
}
return true;
}