Removed commented code from AuraThief.java

This commit is contained in:
nickmyers 2015-02-26 18:09:12 -06:00
parent 4c2570574a
commit af697616ec

View file

@ -75,7 +75,6 @@ class AuraThiefDiesTriggeredEffect extends OneShotEffect {
@Override @Override
public boolean apply(Game game, Ability source) { public boolean apply(Game game, Ability source) {
boolean ret = false; boolean ret = false;
// ContinuousEffect gainControl = new GainControlTargetEffect(Duration.EndOfGame);
for(Permanent enchantment : game.getBattlefield().getActivePermanents(new FilterEnchantmentPermanent(), source.getControllerId(), source.getControllerId(), game)) { for(Permanent enchantment : game.getBattlefield().getActivePermanents(new FilterEnchantmentPermanent(), source.getControllerId(), source.getControllerId(), game)) {
ContinuousEffect gainControl = new GainControlTargetEffect(Duration.EndOfGame); ContinuousEffect gainControl = new GainControlTargetEffect(Duration.EndOfGame);
gainControl.setTargetPointer(new FixedTarget(enchantment.getId())); gainControl.setTargetPointer(new FixedTarget(enchantment.getId()));