mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
forgot a couple UIDs.
This commit is contained in:
@@ -20821,12 +20821,16 @@ public class CardFactory_Creatures {
|
||||
|
||||
final Card[] tgt = new Card[1];
|
||||
final Command untilEOT = new Command() {
|
||||
private static final long serialVersionUID = -2965655379557016324L;
|
||||
|
||||
public void execute() {
|
||||
tgt[0].setShield(0);
|
||||
}
|
||||
};
|
||||
|
||||
SpellAbility ability = new Ability_Activated(card, abCost, target) {
|
||||
private static final long serialVersionUID = -5837325332051427693L;
|
||||
|
||||
@Override
|
||||
public void resolve() {
|
||||
tgt[0] = getTargetCard();
|
||||
@@ -20848,7 +20852,6 @@ public class CardFactory_Creatures {
|
||||
card.addSpellAbility(ability);
|
||||
ability.setDescription("G: Regenerate another target Elf.");
|
||||
|
||||
//ability.setBeforePayMana(CardFactoryUtil.input_targetCreature_NoCost_TapAbility_NoTargetSelf(ability));
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
if(hasKeyword(card, "Level up") != -1 && hasKeyword(card, "maxLevel") != -1)
|
||||
|
||||
Reference in New Issue
Block a user