mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
Implement cards: Apes of Rath, Endless Scream, Fool's Tome, and Fylamarid
This commit is contained in:
parent
4fa4b7198b
commit
9e3ef31b4b
6 changed files with 306 additions and 0 deletions
|
|
@ -43,4 +43,9 @@ public class HellbentCondition implements Condition {
|
|||
public boolean apply(Game game, Ability source) {
|
||||
return game.getPlayer(source.getControllerId()).getHand().size() == 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "if you have no cards in hand";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -88,6 +88,7 @@ public enum CounterType {
|
|||
POISON("poison"),
|
||||
PRESSURE("pressure"),
|
||||
QUEST("quest"),
|
||||
SCREAM("scream"),
|
||||
SHELL("shell"),
|
||||
SHIELD("shield"),
|
||||
SHRED("shred"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue