mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
remove a little debug code... *sigh*
This commit is contained in:
@@ -2699,16 +2699,10 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
sb.append("Flashback");
|
||||
if (keyword.contains(" ")) {
|
||||
final Cost fbCost = new Cost(keyword.substring(10), this.getName(), true);
|
||||
if (this.getName().equals("Acorn Harvest")) {
|
||||
System.out.println("fbCost: |"+fbCost.toString()+"|");
|
||||
}
|
||||
if (!fbCost.isOnlyManaCost()) {
|
||||
sb.append(" -");
|
||||
}
|
||||
sb.append(" " + fbCost.toString()).delete(sb.length() - 2, sb.length());
|
||||
if (this.getName().equals("Acorn Harvest")) {
|
||||
System.out.println("fbCost: |"+sb.toString()+"|");
|
||||
}
|
||||
if (!fbCost.isOnlyManaCost()) {
|
||||
sb.append(".");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user