- Fixed spell description of Wailing Ghoul

This commit is contained in:
swordshine
2016-07-25 07:12:17 +00:00
parent e22836af99
commit 153b14446f
2 changed files with 4 additions and 8 deletions

View File

@@ -1413,6 +1413,9 @@ public class Card extends GameEntity implements Comparable<Card> {
} }
sb.append(")"); sb.append(")");
} else if (keyword.equals("Convoke") || keyword.equals("Menace") || keyword.equals("Dethrone")) { } 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() + ")"); sb.append(keyword + " (" + Keyword.getInstance(keyword).getReminderText() + ")");
} else if (keyword.endsWith(" offering")) { } else if (keyword.endsWith(" offering")) {
String offeringType = keyword.split(" ")[0]; String offeringType = keyword.split(" ")[0];

View File

@@ -1,16 +1,9 @@
Name:Wailing Ghoul Name:Wailing Ghoul
ManaCost:1 B ManaCost:1 B
Types:Creature Zombie Types:Creature Zombie
PT:1/3 PT:1/3
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.
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.
SVar:TrigMill:AB$Mill | Cost$ 0 | NumCards$ 2 | Defined$ You SVar:TrigMill:AB$Mill | Cost$ 0 | NumCards$ 2 | Defined$ You
SVar:Picture:http://www.wizards.com/global/images/magic/general/wailing_ghoul.jpg 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. Oracle:When Wailing Ghoul enters the battlefield, put the top two cards of your library into your graveyard.