mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Make spacing consistent
This commit is contained in:
@@ -301,7 +301,7 @@ public class MagicStack /* extends MyObservable */ implements Iterable<SpellAbil
|
|||||||
clearUndoStack(); //clear if undo stack owner changes
|
clearUndoStack(); //clear if undo stack owner changes
|
||||||
undoStackOwner = activator;
|
undoStackOwner = activator;
|
||||||
}
|
}
|
||||||
undoStack.push(sp);
|
undoStack.push(sp);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
clearUndoStack();
|
clearUndoStack();
|
||||||
@@ -352,8 +352,8 @@ public class MagicStack /* extends MyObservable */ implements Iterable<SpellAbil
|
|||||||
else {
|
else {
|
||||||
if (sp.isSpell() && source.isCreature() && Iterables.any(activator.getCardsIn(ZoneType.Battlefield),
|
if (sp.isSpell() && source.isCreature() && Iterables.any(activator.getCardsIn(ZoneType.Battlefield),
|
||||||
CardPredicates.hasKeyword("As an additional cost to cast creature spells," +
|
CardPredicates.hasKeyword("As an additional cost to cast creature spells," +
|
||||||
" you may pay any amount of mana. If you do, that creature enters " +
|
" you may pay any amount of mana. If you do, that creature enters " +
|
||||||
"the battlefield with that many additional +1/+1 counters on it."))) {
|
"the battlefield with that many additional +1/+1 counters on it."))) {
|
||||||
final Cost costPseudoKicker = new Cost(ManaCost.ONE, false);
|
final Cost costPseudoKicker = new Cost(ManaCost.ONE, false);
|
||||||
boolean hasPaid = false;
|
boolean hasPaid = false;
|
||||||
do {
|
do {
|
||||||
|
|||||||
Reference in New Issue
Block a user