mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Card fix
This commit is contained in:
@@ -33,7 +33,7 @@ public class PumpAi extends PumpAiBase {
|
||||
}
|
||||
return cost.hasSpecificCostType(CostTapType.class);
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
protected boolean checkAiLogic(final Player ai, final SpellAbility sa, final String aiLogic) {
|
||||
if ("MoveCounter".equals(aiLogic)) {
|
||||
|
||||
@@ -2,6 +2,7 @@ Name:Syndicate Infiltrator
|
||||
ManaCost:2 U B
|
||||
Types:Creature Vampire Wizard
|
||||
PT:3/3
|
||||
K:Flying
|
||||
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 2 | AddToughness$ 2 | CheckSVar$ X | SVarCompare$ GE5 | Description$ As long as there are five or more mana values among cards in your graveyard, CARDNAME gets +2/+2.
|
||||
SVar:X:Count$ValidGraveyard Card.YouOwn$DifferentCMC
|
||||
DeckHas:Ability$Graveyard
|
||||
|
||||
Reference in New Issue
Block a user