mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
fixed Valiant Changeling counting opponent's creatures
This commit is contained in:
parent
68823cd826
commit
d353c5f32d
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class ValiantChangelingCostReductionEffect extends CostModificationEffectImpl {
|
|||
Set<SubType> subTypes = new HashSet();
|
||||
int reductionAmount = 0;
|
||||
for (Permanent permanent : game.getBattlefield().getActivePermanents(
|
||||
StaticFilters.FILTER_PERMANENT_CREATURE, source.getControllerId(), source.getSourceId(), game
|
||||
StaticFilters.FILTER_CONTROLLED_CREATURE, source.getControllerId(), source.getSourceId(), game
|
||||
)) {
|
||||
if (permanent.getAbilities().contains(ChangelingAbility.getInstance())
|
||||
|| permanent.isAllCreatureTypes()) {
|
||||
|
|
Loading…
Reference in a new issue