diff --git a/Mage/src/mage/players/PlayerImpl.java b/Mage/src/mage/players/PlayerImpl.java index 7030aa7d234..93bc839f196 100644 --- a/Mage/src/mage/players/PlayerImpl.java +++ b/Mage/src/mage/players/PlayerImpl.java @@ -670,7 +670,7 @@ public abstract class PlayerImpl> implements Player, Ser useable.put(ability.getId(), ability); } if (zone != Zone.HAND) { - if (game.getContinuousEffects().asThough(object.getId(), AsThoughEffectType.CAST, game)) { + if (zone != Zone.BATTLEFIELD && game.getContinuousEffects().asThough(object.getId(), AsThoughEffectType.CAST, game)) { for (ActivatedAbility ability: object.getAbilities().getActivatedAbilities(Zone.HAND)) { useable.put(ability.getId(), ability); }