mirror of
https://github.com/correl/mage.git
synced 2024-12-30 19:10:36 +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);
|
||||
}
|
||||
|
||||
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
|
||||
public int calculate(Game game, Ability sourceAbility, Effect effect) {
|
||||
|
|
Loading…
Reference in a new issue