mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
fix affinity double-counting
This commit is contained in:
parent
d5fea2e5c8
commit
3e2c7dfa95
1 changed files with 0 additions and 1 deletions
|
@ -68,6 +68,5 @@ public class AffinityForArtifactsAbility extends SimpleStaticAbility implements
|
|||
|
||||
@Override
|
||||
public void adjustCosts(Ability ability, Game game) {
|
||||
((CostModificationEffect)getEffects().get(0)).apply(game, this, ability);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue