mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
fix Old Man of the Sea (it would never stop targeting). bug in my custom input.
This commit is contained in:
@@ -18276,8 +18276,7 @@ public class CardFactory_Creatures {
|
||||
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);
|
||||
stopSetNext(new Input_NoCost_TapAbility(ability));
|
||||
}
|
||||
}
|
||||
};//input
|
||||
|
||||
Reference in New Issue
Block a user