forked from External/mage
Improved ability outcome processing;
This commit is contained in:
parent
ab10ee10c9
commit
89394ffe0a
20 changed files with 227 additions and 100 deletions
|
|
@ -132,6 +132,7 @@ public final class RateCard {
|
|||
}
|
||||
|
||||
private static int isEffectRemoval(Card card, Ability ability, Effect effect) {
|
||||
// it's effect relates score, do not use custom outcome from ability
|
||||
if (effect.getOutcome() == Outcome.Removal) {
|
||||
// found removal
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue