mirror of
https://github.com/correl/mage.git
synced 2025-01-02 19:17:32 +00:00
small fix
This commit is contained in:
parent
8aaf118a5c
commit
e10d974715
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ enum SandsteppeWarRidersValue implements DynamicValue {
|
||||||
filter.add(TokenPredicate.TRUE);
|
filter.add(TokenPredicate.TRUE);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final Hint hint = new ValueHint("Different artifact token names you control", instance)
|
private static final Hint hint = new ValueHint("Different artifact token names you control", instance);
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int calculate(Game game, Ability sourceAbility, Effect effect) {
|
public int calculate(Game game, Ability sourceAbility, Effect effect) {
|
||||||
|
|
Loading…
Reference in a new issue