mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
Fixed Urza's Power Plant subtype and UrzaTerrainValue subtype check to Urza's Power-Plant
This commit is contained in:
parent
4df66354d8
commit
97f668d9b5
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ public class UrzaTerrainValue implements DynamicValue {
|
|||
@Override
|
||||
public int calculate(Game game, Ability sourceAbility, Effect effect) {
|
||||
FilterControlledPermanent pp = new FilterControlledPermanent("Urza's Power Plant");
|
||||
pp.add(new SubtypePredicate("Urza's Power Plant"));
|
||||
pp.add(new SubtypePredicate("Urza's Power-Plant"));
|
||||
PermanentsOnBattlefieldCount ppP = new PermanentsOnBattlefieldCount(pp);
|
||||
if (ppP.calculate(game, sourceAbility, effect) < 1)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue