mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- Converted Harbor Serpent to script.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user