- Converted Harbor Serpent to script.

This commit is contained in:
Sloth
2012-07-15 12:28:40 +00:00
parent ec3af1ecc9
commit f232785219
2 changed files with 3 additions and 8 deletions

View File

@@ -810,13 +810,6 @@ public class CombatUtil {
}
}
if (c.getName().equals("Harbor Serpent")) {
final CardList allislands = AllZoneUtil.getCardsIn(ZoneType.Battlefield).getType("Island");
if (allislands.size() < 5) {
return false;
}
}
// The creature won't untap next turn
if (c.isTapped() && !Untap.canUntap(c)) {
return false;