mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Removed commented code from AuraThief.java
This commit is contained in:
parent
4c2570574a
commit
af697616ec
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ class AuraThiefDiesTriggeredEffect extends OneShotEffect {
|
|||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
boolean ret = false;
|
||||
// ContinuousEffect gainControl = new GainControlTargetEffect(Duration.EndOfGame);
|
||||
for(Permanent enchantment : game.getBattlefield().getActivePermanents(new FilterEnchantmentPermanent(), source.getControllerId(), source.getControllerId(), game)) {
|
||||
ContinuousEffect gainControl = new GainControlTargetEffect(Duration.EndOfGame);
|
||||
gainControl.setTargetPointer(new FixedTarget(enchantment.getId()));
|
||||
|
|
Loading…
Reference in a new issue