mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Updating Thalakos Drifters,
Adding Sunscape and Nightscape Master
This commit is contained in:
@@ -2509,7 +2509,7 @@ public class CardFactory_Creatures {
|
||||
|
||||
public void execute() {
|
||||
ability.setStackDescription("Mongrel Pack - " + card.getController()
|
||||
+ " puts four 1/1 tokens into play ");
|
||||
+ " puts four 1/1 tokens onto the battlefield. ");
|
||||
AllZone.Stack.add(ability);
|
||||
}
|
||||
};
|
||||
@@ -7744,45 +7744,6 @@ public class CardFactory_Creatures {
|
||||
card.addSpellAbility(a2);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Thalakos Drifters")) {
|
||||
|
||||
final Ability ability = new Ability(card, "0") {
|
||||
|
||||
@Override
|
||||
public void resolve() {
|
||||
final Command untilEOT = new Command() {
|
||||
private static final long serialVersionUID = -8494294720368174013L;
|
||||
|
||||
public void execute() {
|
||||
card.removeIntrinsicKeyword("Shadow");
|
||||
}
|
||||
};
|
||||
|
||||
if(AllZone.GameAction.isCardInPlay(card)) {
|
||||
card.addIntrinsicKeyword("Shadow");
|
||||
AllZone.EndOfTurn.addUntil(untilEOT);
|
||||
}
|
||||
}//resolve()
|
||||
|
||||
};//SpellAbility
|
||||
|
||||
|
||||
Input runtime = new Input() {
|
||||
private static final long serialVersionUID = -4302220760957471033L;
|
||||
|
||||
@Override
|
||||
public void showMessage() {
|
||||
stopSetNext(CardFactoryUtil.input_discard(ability, 1));
|
||||
|
||||
}
|
||||
};
|
||||
ability.setStackDescription(card + " gains shadow until EOT.");
|
||||
ability.setDescription("Discard a card: Thalakos Drifters gain shadow until EOT.");
|
||||
card.addSpellAbility(ability);
|
||||
ability.setBeforePayMana(runtime);
|
||||
}//*************** END ************ END **************************
|
||||
|
||||
//*************** START *********** START **************************
|
||||
else if(cardName.equals("Ephemeron")) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user