mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
fix Old Man of the Sea (it would never stop targeting). bug in my custom input.
This commit is contained in:
@@ -18274,11 +18274,10 @@ public class CardFactory_Creatures {
|
||||
stop();
|
||||
}
|
||||
public void selectCard(Card c, PlayerZone zone) {
|
||||
if(zone.is(Constant.Zone.Play) && c.isCreature() && (c.getNetAttack() <= power)) {
|
||||
ability.setTargetCard(c);
|
||||
this.setFree(false);
|
||||
AllZone.Stack.add(ability);
|
||||
}
|
||||
if(zone.is(Constant.Zone.Play) && c.isCreature() && (c.getNetAttack() <= power)) {
|
||||
ability.setTargetCard(c);
|
||||
stopSetNext(new Input_NoCost_TapAbility(ability));
|
||||
}
|
||||
}
|
||||
};//input
|
||||
ability.setBeforePayMana(target);
|
||||
|
||||
Reference in New Issue
Block a user