mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed spell description of Wailing Ghoul
This commit is contained in:
@@ -1413,6 +1413,9 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
}
|
||||
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];
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user