mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Checkstyle.
This commit is contained in:
@@ -1988,7 +1988,7 @@ public class CombatUtil {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gets a string for the GameLog regarding attackers
|
* gets a string for the GameLog regarding attackers.
|
||||||
*
|
*
|
||||||
* @return a String
|
* @return a String
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1851,7 +1851,7 @@ public class GameAction {
|
|||||||
}
|
}
|
||||||
if (c.hasStartOfKeyword("May be played without paying its mana cost")) {
|
if (c.hasStartOfKeyword("May be played without paying its mana cost")) {
|
||||||
final SpellAbility newSA = sa.copy();
|
final SpellAbility newSA = sa.copy();
|
||||||
final Cost cost = new Cost("",c.getName(),false);
|
final Cost cost = new Cost("", c.getName(), false);
|
||||||
for (CostPart part : newSA.getPayCosts().getCostParts()) {
|
for (CostPart part : newSA.getPayCosts().getCostParts()) {
|
||||||
if (!(part instanceof CostMana)) {
|
if (!(part instanceof CostMana)) {
|
||||||
cost.getCostParts().add(part);
|
cost.getCostParts().add(part);
|
||||||
|
|||||||
Reference in New Issue
Block a user