fix Old Man of the Sea (it would never stop targeting). bug in my custom input.

This commit is contained in:
jendave
2011-08-06 04:31:39 +00:00
parent d340b95bac
commit 79bbbd524a

View File

@@ -18276,8 +18276,7 @@ public class CardFactory_Creatures {
public void selectCard(Card c, PlayerZone zone) { public void selectCard(Card c, PlayerZone zone) {
if(zone.is(Constant.Zone.Play) && c.isCreature() && (c.getNetAttack() <= power)) { if(zone.is(Constant.Zone.Play) && c.isCreature() && (c.getNetAttack() <= power)) {
ability.setTargetCard(c); ability.setTargetCard(c);
this.setFree(false); stopSetNext(new Input_NoCost_TapAbility(ability));
AllZone.Stack.add(ability);
} }
} }
};//input };//input