[OTJ] Implement Inventive Wingsmith

This commit is contained in:
Susucre 2024-03-30 17:03:30 +01:00
parent ef6ee4d0ea
commit 1ee0586bb7
3 changed files with 55 additions and 1 deletions

View file

@ -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) {