mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
[OTJ] Implement Inventive Wingsmith
This commit is contained in:
parent
ef6ee4d0ea
commit
1ee0586bb7
3 changed files with 55 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import java.util.Objects;
|
|||
public enum HaventCastSpellFromHandThisTurnCondition implements Condition {
|
||||
instance;
|
||||
|
||||
public static final Hint hint = new ConditionHint(instance, "No cast from hand this turn", null, "Have cast from hand this turn", null, true);
|
||||
public static final Hint hint = new ConditionHint(instance, "No spell cast from hand this turn", null, "Have cast spell from hand this turn", null, true);
|
||||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue