From 153b14446f12d1cf1fbd0d041df394c60265bb40 Mon Sep 17 00:00:00 2001 From: swordshine Date: Mon, 25 Jul 2016 07:12:17 +0000 Subject: [PATCH] - Fixed spell description of Wailing Ghoul --- forge-game/src/main/java/forge/game/card/Card.java | 3 +++ forge-gui/res/cardsfolder/w/wailing_ghoul.txt | 9 +-------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/forge-game/src/main/java/forge/game/card/Card.java b/forge-game/src/main/java/forge/game/card/Card.java index d54eb691da0..28d638f68a5 100644 --- a/forge-game/src/main/java/forge/game/card/Card.java +++ b/forge-game/src/main/java/forge/game/card/Card.java @@ -1413,6 +1413,9 @@ public class Card extends GameEntity implements Comparable { } sb.append(")"); } else if (keyword.equals("Convoke") || keyword.equals("Menace") || keyword.equals("Dethrone")) { + if (sb.length() != 0) { + sb.append("\r\n"); + } sb.append(keyword + " (" + Keyword.getInstance(keyword).getReminderText() + ")"); } else if (keyword.endsWith(" offering")) { String offeringType = keyword.split(" ")[0]; diff --git a/forge-gui/res/cardsfolder/w/wailing_ghoul.txt b/forge-gui/res/cardsfolder/w/wailing_ghoul.txt index a3db7a81e7c..760abd68c69 100644 --- a/forge-gui/res/cardsfolder/w/wailing_ghoul.txt +++ b/forge-gui/res/cardsfolder/w/wailing_ghoul.txt @@ -1,16 +1,9 @@ Name:Wailing Ghoul - ManaCost:1 B - Types:Creature Zombie - PT:1/3 - -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMill | TriggerDescription$ When CARDNAME enters the battlefield, put the top four cards of your library into your graveyard. - +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMill | TriggerDescription$ When CARDNAME enters the battlefield, put the top two cards of your library into your graveyard. SVar:TrigMill:AB$Mill | Cost$ 0 | NumCards$ 2 | Defined$ You - SVar:Picture:http://www.wizards.com/global/images/magic/general/wailing_ghoul.jpg - Oracle:When Wailing Ghoul enters the battlefield, put the top two cards of your library into your graveyard.